Update backgrounds in settings screen

This commit is contained in:
Ensar Sarajčić 2023-07-18 10:21:47 +02:00
parent 26fee5c53f
commit 0581c18d81
1 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@
style="@style/SettingsHolderTextViewOneLinerStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/ripple_bottom_corners">
android:background="@drawable/ripple_background">
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/settings_home_screen_row_count_label"
@ -211,7 +211,7 @@
style="@style/SettingsHolderTextViewOneLinerStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/ripple_bottom_corners">
android:background="@drawable/ripple_background">
<com.simplemobiletools.commons.views.MyTextView
android:id="@+id/settings_home_screen_column_count_label"