summaryrefslogtreecommitdiffstats
path: root/res/xml/preferences_general.xml
diff options
context:
space:
mode:
authorNebojsa Cvetkovic <nebkat@gmail.com>2013-12-15 20:50:59 +0000
committerDanesh M <daneshm90@gmail.com>2014-01-24 16:25:19 -0800
commit04d59a5a3bda757080acf34a974474317e7a6ab3 (patch)
tree1fe989b84bb78abb4a2211a846326ff95e02ef56 /res/xml/preferences_general.xml
parent9d02fc3d0e2ee6e164227737045f1375902eb018 (diff)
downloadandroid_packages_apps_Trebuchet-04d59a5a3bda757080acf34a974474317e7a6ab3.tar.gz
android_packages_apps_Trebuchet-04d59a5a3bda757080acf34a974474317e7a6ab3.tar.bz2
android_packages_apps_Trebuchet-04d59a5a3bda757080acf34a974474317e7a6ab3.zip
DynamicGrid: Use large icons
Change-Id: I4cdd15c82bbedd7b54051c3a79d63b6c1238a71a
Diffstat (limited to 'res/xml/preferences_general.xml')
-rw-r--r--res/xml/preferences_general.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/res/xml/preferences_general.xml b/res/xml/preferences_general.xml
new file mode 100644
index 000000000..24010b361
--- /dev/null
+++ b/res/xml/preferences_general.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:launcher="http://schemas.android.com/apk/res/com.cyanogenmod.trebuchet"
+ android:key="ui_general"
+ android:title="@string/preferences_interface_general_title">
+ <CheckBoxPreference android:key="ui_general_large_icons"
+ android:title="@string/preferences_interface_general_large_icons_title"
+ android:summary="@string/preferences_interface_general_large_icons_summary"
+ android:defaultValue="@bool/preferences_interface_general_large_icons_default" />
+</PreferenceScreen> \ No newline at end of file