Tint selectableItemBackground with accent color

This commit is contained in:
Phillip Hsu
2016-08-24 19:43:24 -07:00
parent 29086b4b02
commit f2e25cb261
8 changed files with 64 additions and 19 deletions
+4 -1
View File
@@ -37,7 +37,7 @@
<item name="layout_columnWeight">1</item>
<!--<item name="layout_rowWeight">1</item>-->
<item name="android:layout_height">@dimen/numeric_keypad_cell_height</item>
<item name="android:background">?android:attr/selectableItemBackground</item>
<item name="android:background">?android:attr/selectableItemBackgroundBorderless</item>
<item name="android:gravity">center</item>
</style>
@@ -122,6 +122,9 @@
</style>
<style name="ModalStyle" parent="Widget.Design.BottomSheet.Modal">
<!-- TODO: See if this can be set programmatically, or else we'd have to force users
~ to declare a bottomSheetDialogTheme in their theme.
-->
<item name="behavior_peekHeight">@dimen/peek_height_upper_limit</item>
</style>