Loading res/xml/launcher_preferences.xml +17 −17 Original line number Diff line number Diff line Loading @@ -16,23 +16,6 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> <SwitchPreference android:key="pref_add_icon_to_home" android:title="@string/auto_add_shortcuts_label" android:summary="@string/auto_add_shortcuts_description" android:defaultValue="true" android:persistent="true" /> <ListPreference android:key="pref_override_icon_shape" android:title="@string/icon_shape_override_label" android:summary="%s" android:entries="@array/icon_shape_override_paths_names" android:entryValues="@array/icon_shape_override_paths_values" android:defaultValue="" android:persistent="false" /> <Preference android:key="pref_icon_badging" android:title="@string/icon_badging_title" Loading @@ -45,6 +28,14 @@ </intent> </Preference> <SwitchPreference android:key="pref_add_icon_to_home" android:title="@string/auto_add_shortcuts_label" android:summary="@string/auto_add_shortcuts_description" android:defaultValue="true" android:persistent="true" /> <SwitchPreference android:key="pref_allowRotation" android:title="@string/allow_rotation_title" Loading @@ -52,4 +43,13 @@ android:persistent="true" /> <ListPreference android:key="pref_override_icon_shape" android:title="@string/icon_shape_override_label" android:summary="%s" android:entries="@array/icon_shape_override_paths_names" android:entryValues="@array/icon_shape_override_paths_values" android:defaultValue="" android:persistent="false" /> </PreferenceScreen> Loading
res/xml/launcher_preferences.xml +17 −17 Original line number Diff line number Diff line Loading @@ -16,23 +16,6 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> <SwitchPreference android:key="pref_add_icon_to_home" android:title="@string/auto_add_shortcuts_label" android:summary="@string/auto_add_shortcuts_description" android:defaultValue="true" android:persistent="true" /> <ListPreference android:key="pref_override_icon_shape" android:title="@string/icon_shape_override_label" android:summary="%s" android:entries="@array/icon_shape_override_paths_names" android:entryValues="@array/icon_shape_override_paths_values" android:defaultValue="" android:persistent="false" /> <Preference android:key="pref_icon_badging" android:title="@string/icon_badging_title" Loading @@ -45,6 +28,14 @@ </intent> </Preference> <SwitchPreference android:key="pref_add_icon_to_home" android:title="@string/auto_add_shortcuts_label" android:summary="@string/auto_add_shortcuts_description" android:defaultValue="true" android:persistent="true" /> <SwitchPreference android:key="pref_allowRotation" android:title="@string/allow_rotation_title" Loading @@ -52,4 +43,13 @@ android:persistent="true" /> <ListPreference android:key="pref_override_icon_shape" android:title="@string/icon_shape_override_label" android:summary="%s" android:entries="@array/icon_shape_override_paths_names" android:entryValues="@array/icon_shape_override_paths_values" android:defaultValue="" android:persistent="false" /> </PreferenceScreen>