Minor style change

This commit is contained in:
Naveen 2024-01-17 18:10:59 +05:30
parent e4cd450a56
commit b8e229777f
No known key found for this signature in database
GPG key ID: 0E155DAD31671DA3

View file

@ -27,6 +27,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:visibility="gone" android:visibility="gone"
tools:visibility="visible"
android:text="@string/notifications" /> android:text="@string/notifications" />
<RelativeLayout <RelativeLayout
@ -34,6 +35,7 @@
style="@style/SettingsHolderCheckboxStyle" style="@style/SettingsHolderCheckboxStyle"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
tools:visibility="visible"
android:visibility="gone"> android:visibility="gone">
<org.fossify.commons.views.MyAppCompatCheckbox <org.fossify.commons.views.MyAppCompatCheckbox
@ -50,6 +52,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:visibility="gone" android:visibility="gone"
tools:visibility="visible"
style="@style/SettingsHolderTextViewOneLinerStyle" style="@style/SettingsHolderTextViewOneLinerStyle"
android:text="@string/customize_notifications" /> android:text="@string/customize_notifications" />