mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-04 07:25:25 +01:00
Fix dark theme coloring for forward bottom sheet.
This commit is contained in:
@@ -228,6 +228,7 @@
|
||||
<attr name="searchTextStyle" format="reference" />
|
||||
<attr name="showDialpad" format="boolean" />
|
||||
<attr name="cfv_autoFocus" format="boolean" />
|
||||
<attr name="cfv_background" format="reference" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="SquareImageView">
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
<color name="signal_background_secondary">@color/core_grey_05</color>
|
||||
<color name="signal_background_tertiary">@color/core_grey_02</color>
|
||||
<color name="signal_background_dialog">@color/core_white</color>
|
||||
<color name="signal_background_dialog_secondary">@color/signal_background_secondary</color>
|
||||
|
||||
<color name="signal_text_primary">@color/core_grey_90</color>
|
||||
<color name="signal_text_primary_disabled">@color/core_grey_25</color>
|
||||
|
||||
@@ -397,7 +397,7 @@
|
||||
|
||||
<style name="Widget.Signal.FixedRoundedCorners.BottomSheet" parent="Widget.MaterialComponents.BottomSheet">
|
||||
<item name="shapeAppearanceOverlay">@style/ShapeAppearanceOverlay.Signal.BottomSheet.Rounded</item>
|
||||
<item name="backgroundTint">@color/signal_background_primary</item>
|
||||
<item name="backgroundTint">@color/signal_background_dialog</item>
|
||||
</style>
|
||||
|
||||
<style name="ShapeAppearanceOverlay.Signal.BottomSheet.Rounded" parent="">
|
||||
|
||||
Reference in New Issue
Block a user