Button style adjustments.

This commit is contained in:
Anton Chekulaev
2020-09-02 23:01:29 +10:00
parent 7ee88ca0b2
commit 07692c8081
6 changed files with 32 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
<color name="cell_selected">#DFDFDF</color>
<color name="navigation_bar_background">#FCFCFC</color>
<color name="separator">#B0B0B0</color>
<color name="unimportant_button_background">#E8E8E8</color>
<color name="unimportant_button_background">@android:color/transparent</color>
<color name="unimportant_dialog_button_background">@color/unimportant_button_background</color>
<color name="dialog_background">#FCFCFC</color>
<color name="dialog_border">#212121</color>

View File

@@ -6,4 +6,9 @@
<item name="android:textColor">?android:textColorPrimary</item>
</style>
<style name="Widget.Session.Button.Common.ProminentFilled">
<item name="android:background">@drawable/prominent_filled_button_medium_background</item>
<item name="android:textColor">@android:color/white</item>
</style>
</resources>