use rounded corners at ripple effect of placeholders

This commit is contained in:
tibbi 2022-06-30 17:16:48 +02:00
parent d423e150f3
commit 239bb7299b
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@
android:layout_height="wrap_content"
android:layout_below="@+id/directories_empty_placeholder"
android:layout_centerHorizontal="true"
android:background="?attr/selectableItemBackground"
android:background="@drawable/ripple_all_corners"
android:padding="@dimen/activity_margin"
android:text="@string/change_filters_underlined"
android:textSize="@dimen/bigger_text_size"

View file

@ -25,7 +25,7 @@
android:layout_height="wrap_content"
android:layout_below="@+id/media_empty_text_placeholder"
android:layout_centerHorizontal="true"
android:background="?attr/selectableItemBackground"
android:background="@drawable/ripple_all_corners"
android:padding="@dimen/activity_margin"
android:text="@string/change_filters_underlined"
android:textSize="@dimen/bigger_text_size"