Fix background for search bar item

This commit is contained in:
Ensar Sarajčić 2023-07-18 14:47:56 +02:00
parent 26b4d777e4
commit a429fba97f

View File

@ -176,7 +176,7 @@
style="@style/SettingsHolderTextViewOneLinerStyle" style="@style/SettingsHolderTextViewOneLinerStyle"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@drawable/ripple_bottom_corners"> android:background="@drawable/ripple_background">
<com.simplemobiletools.commons.views.MyAppCompatCheckbox <com.simplemobiletools.commons.views.MyAppCompatCheckbox
android:id="@+id/settings_show_search_bar" android:id="@+id/settings_show_search_bar"