|
@@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
<fragment
|
|
<fragment
|
|
|
android:id="@+id/homeFragment"
|
|
android:id="@+id/homeFragment"
|
|
|
- android:name="com.sduduzog.slimlauncher.ui.main.HomeFragment"
|
|
|
|
|
|
|
+ android:name="com.simplauncher.ui.main.HomeFragment"
|
|
|
android:label="home_fragment"
|
|
android:label="home_fragment"
|
|
|
tools:layout="@layout/home_fragment_default">
|
|
tools:layout="@layout/home_fragment_default">
|
|
|
<action
|
|
<action
|
|
@@ -16,7 +16,7 @@
|
|
|
</fragment>
|
|
</fragment>
|
|
|
<fragment
|
|
<fragment
|
|
|
android:id="@+id/optionsFragment"
|
|
android:id="@+id/optionsFragment"
|
|
|
- android:name="com.sduduzog.slimlauncher.ui.options.OptionsFragment"
|
|
|
|
|
|
|
+ android:name="com.simplauncher.ui.options.OptionsFragment"
|
|
|
android:label="options_fragment"
|
|
android:label="options_fragment"
|
|
|
tools:layout="@layout/options_fragment">
|
|
tools:layout="@layout/options_fragment">
|
|
|
<action
|
|
<action
|
|
@@ -31,7 +31,7 @@
|
|
|
</fragment>
|
|
</fragment>
|
|
|
<fragment
|
|
<fragment
|
|
|
android:id="@+id/customiseAppsFragment"
|
|
android:id="@+id/customiseAppsFragment"
|
|
|
- android:name="com.sduduzog.slimlauncher.ui.options.CustomiseAppsFragment"
|
|
|
|
|
|
|
+ android:name="com.simplauncher.ui.options.CustomiseAppsFragment"
|
|
|
android:label="customise_apps_fragment"
|
|
android:label="customise_apps_fragment"
|
|
|
tools:layout="@layout/customise_apps_fragment">
|
|
tools:layout="@layout/customise_apps_fragment">
|
|
|
<action
|
|
<action
|
|
@@ -40,17 +40,17 @@
|
|
|
</fragment>
|
|
</fragment>
|
|
|
<fragment
|
|
<fragment
|
|
|
android:id="@+id/addAppFragment"
|
|
android:id="@+id/addAppFragment"
|
|
|
- android:name="com.sduduzog.slimlauncher.ui.options.AddAppFragment"
|
|
|
|
|
|
|
+ android:name="com.simplauncher.ui.options.AddAppFragment"
|
|
|
android:label="add_app_fragment"
|
|
android:label="add_app_fragment"
|
|
|
tools:layout="@layout/add_app_fragment" />
|
|
tools:layout="@layout/add_app_fragment" />
|
|
|
<fragment
|
|
<fragment
|
|
|
android:id="@+id/customiseQuickButtonsFragment"
|
|
android:id="@+id/customiseQuickButtonsFragment"
|
|
|
- android:name="com.sduduzog.slimlauncher.ui.options.CustomizeQuickButtonsFragment"
|
|
|
|
|
|
|
+ android:name="com.simplauncher.ui.options.CustomizeQuickButtonsFragment"
|
|
|
android:label="customise_quick_buttons_fragment"
|
|
android:label="customise_quick_buttons_fragment"
|
|
|
tools:layout="@layout/customize_quick_buttons_fragment" />
|
|
tools:layout="@layout/customize_quick_buttons_fragment" />
|
|
|
<fragment
|
|
<fragment
|
|
|
android:id="@+id/customiseAppDrawerFragment"
|
|
android:id="@+id/customiseAppDrawerFragment"
|
|
|
- android:name="com.sduduzog.slimlauncher.ui.options.CustomizeAppDrawerFragment"
|
|
|
|
|
|
|
+ android:name="com.simplauncher.ui.options.CustomizeAppDrawerFragment"
|
|
|
android:label="customise_app_drawer_fragment"
|
|
android:label="customise_app_drawer_fragment"
|
|
|
tools:layout="@layout/customize_app_drawer_fragment">
|
|
tools:layout="@layout/customize_app_drawer_fragment">
|
|
|
<action
|
|
<action
|
|
@@ -62,12 +62,12 @@
|
|
|
</fragment>
|
|
</fragment>
|
|
|
<fragment
|
|
<fragment
|
|
|
android:id="@+id/customiseAppDrawerAppListFragment"
|
|
android:id="@+id/customiseAppDrawerAppListFragment"
|
|
|
- android:name="com.sduduzog.slimlauncher.ui.options.CustomizeAppDrawerAppListFragment"
|
|
|
|
|
|
|
+ android:name="com.simplauncher.ui.options.CustomizeAppDrawerAppListFragment"
|
|
|
android:label="customise_app_drawer_app_list_fragment"
|
|
android:label="customise_app_drawer_app_list_fragment"
|
|
|
tools:layout="@layout/customize_app_drawer_app_list_fragment" />
|
|
tools:layout="@layout/customize_app_drawer_app_list_fragment" />
|
|
|
<fragment
|
|
<fragment
|
|
|
android:id="@+id/customizeSearchFieldFragment"
|
|
android:id="@+id/customizeSearchFieldFragment"
|
|
|
- android:name="com.sduduzog.slimlauncher.ui.options.CustomizeSearchFieldFragment"
|
|
|
|
|
|
|
+ android:name="com.simplauncher.ui.options.CustomizeSearchFieldFragment"
|
|
|
android:label="customize_app_drawer_search_field_fragment"
|
|
android:label="customize_app_drawer_search_field_fragment"
|
|
|
tools:layout="@layout/customize_app_drawer_fragment_search_field_options" />
|
|
tools:layout="@layout/customize_app_drawer_fragment_search_field_options" />
|
|
|
|
|
|