Flat style for the styled Session buttons.

Fixed home activity bottom sheet uses wrong colors.
This commit is contained in:
Anton Chekulaev
2020-08-26 22:19:45 +10:00
parent a80adb80f8
commit 2c42bdd1a5
3 changed files with 25 additions and 1 deletions

View File

@@ -63,6 +63,9 @@
<item name="android:textAllCaps">false</item>
<item name="android:textSize">@dimen/medium_font_size</item>
<item name="android:fontFamily">sans-serif-medium</item>
<!-- Helps to get rid of nasty elevation. We want a flat style here. -->
<!-- https://stackoverflow.com/a/31003693/3802890 -->
<item name ="android:stateListAnimator">@null</item>
</style>
<style name="Widget.Session.Button.Common.ProminentFilled">