Add ripple to review storage button.
This commit is contained in:
parent
f3450b8f10
commit
9c88532c21
1 changed files with 5 additions and 3 deletions
|
@ -81,10 +81,12 @@
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/free_up_space"
|
android:id="@+id/free_up_space"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="16dp"
|
android:background="?selectableItemBackground"
|
||||||
android:layout_marginBottom="16dp"
|
android:paddingTop="16dp"
|
||||||
|
android:paddingBottom="16dp"
|
||||||
|
android:gravity="center"
|
||||||
android:text="@string/preferences_storage__review_storage"
|
android:text="@string/preferences_storage__review_storage"
|
||||||
android:textAllCaps="true"
|
android:textAllCaps="true"
|
||||||
android:textColor="@color/core_ultramarine"
|
android:textColor="@color/core_ultramarine"
|
||||||
|
|
Loading…
Add table
Reference in a new issue