Add ripple to review storage button.

fork-5.53.8
Thore Goebel 2021-01-14 11:04:06 +01:00 zatwierdzone przez Greyson Parrelli
rodzic f3450b8f10
commit 9c88532c21
1 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -81,10 +81,12 @@
<TextView
android:id="@+id/free_up_space"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:layout_marginBottom="16dp"
android:background="?selectableItemBackground"
android:paddingTop="16dp"
android:paddingBottom="16dp"
android:gravity="center"
android:text="@string/preferences_storage__review_storage"
android:textAllCaps="true"
android:textColor="@color/core_ultramarine"