Cherish: Revamp UI Completely
Signed-off-by: Louis1977 <luisgonzales272@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -13,68 +13,69 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
|
||||
android:title="@string/cherish_settings_title" >
|
||||
|
||||
<!-- Status Bar -->
|
||||
<Preference
|
||||
<com.cherish.settings.preferences.CherishPreference
|
||||
android:key="statusbar_category"
|
||||
android:title="@string/statusbar_title"
|
||||
android:summary="@string/statusbar_summary"
|
||||
android:fragment="com.cherish.settings.fragments.StatusBarSettings"
|
||||
android:icon="@drawable/ic_cherish_status_settings_background"/>
|
||||
android:icon="@drawable/ic_cherish_status_settings"/>
|
||||
|
||||
<!-- Quick Settings panel -->
|
||||
<Preference
|
||||
<com.cherish.settings.preferences.CherishPreference
|
||||
android:key="quicksettings_category"
|
||||
android:title="@string/quicksettings_title"
|
||||
android:summary="@string/quicksettings_summary"
|
||||
android:fragment="com.cherish.settings.fragments.QuickSettings"
|
||||
android:icon="@drawable/ic_cherish_quick_settings_background"/>
|
||||
android:icon="@drawable/ic_cherish_quick_settings"/>
|
||||
|
||||
<!-- Themes -->
|
||||
<Preference
|
||||
<com.cherish.settings.preferences.CherishPreference
|
||||
android:key="theme_category"
|
||||
android:title="@string/theme_title"
|
||||
android:summary="@string/theme_summary"
|
||||
android:fragment="com.cherish.settings.fragments.ThemeSettings"
|
||||
android:icon="@drawable/ic_cherish_theme_settings_background"/>
|
||||
android:icon="@drawable/ic_cherish_theme_settings"/>
|
||||
|
||||
<!-- Buttons -->
|
||||
<Preference
|
||||
<com.cherish.settings.preferences.CherishPreference
|
||||
android:key="button_settings"
|
||||
android:title="@string/button_title"
|
||||
android:summary="@string/button_summary"
|
||||
android:icon="@drawable/ic_cherish_button_settings_background"
|
||||
android:icon="@drawable/ic_cherish_button_settings"
|
||||
android:fragment="com.cherish.settings.fragments.ButtonSettings"/>
|
||||
|
||||
<!-- Animations -->
|
||||
<Preference
|
||||
<com.cherish.settings.preferences.CherishPreference
|
||||
android:key="animations_category"
|
||||
android:title="@string/animations_title"
|
||||
android:summary="@string/animations_summary"
|
||||
android:icon="@drawable/ic_cherish_animation_settings_background"
|
||||
android:icon="@drawable/ic_cherish_animation_settings"
|
||||
android:fragment="com.cherish.settings.fragments.AnimationsSettings"/>
|
||||
|
||||
<!-- Lock Screen -->
|
||||
<Preference
|
||||
<com.cherish.settings.preferences.CherishPreference
|
||||
android:key="lockscreen_category"
|
||||
android:title="@string/lockscreen_title"
|
||||
android:summary="@string/lockscreen_summary"
|
||||
android:fragment="com.cherish.settings.fragments.LockScreenSettings"
|
||||
android:icon="@drawable/ic_cherish_lockscreen_settings_background"/>
|
||||
android:icon="@drawable/ic_cherish_lockscreen_settings"/>
|
||||
|
||||
<!-- Power Menu -->
|
||||
<Preference
|
||||
<com.cherish.settings.preferences.CherishPreference
|
||||
android:key="powermenu__category"
|
||||
android:title="@string/powermenu_title"
|
||||
android:summary="@string/powermenu_summary"
|
||||
android:fragment="com.cherish.settings.fragments.PowerMenuSettings"
|
||||
android:icon="@drawable/ic_cherish_power_settings_background"/>
|
||||
android:icon="@drawable/ic_cherish_power_settings"/>
|
||||
|
||||
<!-- Recents -->
|
||||
<!-- <Preference
|
||||
<!-- <com.cherish.settings.preferences.CherishPreference
|
||||
android:key="recents_category"
|
||||
android:title="@string/recents_title"
|
||||
android:summary="@string/recents_summary"
|
||||
@@ -82,28 +83,28 @@
|
||||
android:icon="@drawable/ic_cherish_recent_settings_background"/> -->
|
||||
|
||||
<!-- Notifications -->
|
||||
<Preference
|
||||
<com.cherish.settings.preferences.CherishPreference
|
||||
android:key="notifications_category"
|
||||
android:title="@string/notifications_title"
|
||||
android:summary="@string/notifications_summary"
|
||||
android:fragment="com.cherish.settings.fragments.NotificationSettings"
|
||||
android:icon="@drawable/ic_cherish_notification_settings_background"/>
|
||||
android:icon="@drawable/ic_cherish_notification_settings"/>
|
||||
|
||||
<!-- Misc -->
|
||||
<Preference
|
||||
<com.cherish.settings.preferences.CherishPreference
|
||||
android:key="misc_category"
|
||||
android:title="@string/misc_title"
|
||||
android:summary="@string/misc_summary"
|
||||
android:fragment="com.cherish.settings.fragments.MiscSettings"
|
||||
android:icon="@drawable/ic_cherish_misc_settings_background"/>
|
||||
android:icon="@drawable/ic_cherish_misc_settings"/>
|
||||
|
||||
<!-- About Team -->
|
||||
<Preference
|
||||
<com.cherish.settings.preferences.CherishPreference
|
||||
android:key="about_category"
|
||||
android:title="@string/about_cherish"
|
||||
android:summary="@string/about_summary"
|
||||
android:fragment="com.cherish.settings.fragments.About"
|
||||
android:icon="@drawable/ic_cherish_about_settings_background" />
|
||||
android:icon="@drawable/ic_cherish_about_settings" />
|
||||
|
||||
|
||||
<!-- Device Part -->
|
||||
|
||||
Reference in New Issue
Block a user