added android:background selectableItemBackground to button
This commit is contained in:
parent
5f2744540e
commit
0e451e0ec1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
android:id="@+id/text_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?android:selectableItemBackground"
|
||||
android:background="?attr/selectableItemBackground"
|
||||
android:drawablePadding="2dp"
|
||||
android:gravity="center_vertical"
|
||||
android:minHeight="@dimen/bottom_sheet_title_height"
|
||||
|
|
Loading…
Reference in a new issue