Add ripple to review storage button.

This commit is contained in:
Thore Goebel 2021-01-14 11:04:06 +01:00 committed by Greyson Parrelli
parent f3450b8f10
commit 9c88532c21

View file

@ -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"