mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-09 08:38:43 +01:00
Better bubble colors for light themes
This commit is contained in:
parent
dc4574ded3
commit
c35ec83b45
@ -217,7 +217,7 @@
|
||||
<!-- Style to use for message text within a SnackBar in this theme. -->
|
||||
<item name="snackbarTextViewStyle">@style/VectorSnackBarText</item>
|
||||
|
||||
<item name="sc_message_bg_incoming">#FF999999</item>
|
||||
<item name="sc_message_bg_incoming">#FFEEEEEE</item>
|
||||
<item name="sc_message_bg_outgoing">#FFC7C7C7</item>
|
||||
</style>
|
||||
|
||||
|
@ -151,6 +151,9 @@
|
||||
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
|
||||
|
||||
<item name="bottomSheetDialogTheme">@style/Vector.BottomSheet.Status</item>
|
||||
|
||||
<item name="sc_message_bg_incoming">#FFFFFFFF</item>
|
||||
<item name="sc_message_bg_outgoing">#FFE4E8ED</item>
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.Status" parent="AppTheme.Base.Status" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user