Skip to content

Commit

Permalink
refactor preferences_start.xml for hide icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ILoveOpenSourceApplications committed Aug 1, 2024
1 parent 39c349b commit 6f4e97f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions play-services-core/src/main/res/xml/preferences_start.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@
</PreferenceCategory>
<PreferenceCategory android:layout="@layout/preference_category_no_label" android:key="prefcat_footer">
<SwitchPreferenceCompat
android:key="hideAppIcon"
android:title="@string/pref_hide_app_icon"
android:defaultValue="false"
android:icon="@drawable/ic_hide_app_icon"
android:defaultValue="false"/>
android:key="hideAppIcon"
android:title="@string/pref_hide_app_icon_title"
app:summary="@string/pref_hide_app_icon_summary" />
<Preference
android:icon="@drawable/ic_info_outline"
android:key="pref_about"
Expand Down

0 comments on commit 6f4e97f

Please sign in to comment.