summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2012-08-24 13:05:25 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-08-24 13:05:26 -0700
commit1dc3b9abd5ab0a39bab7694669d6784b89d362ef (patch)
tree130a48dc5c90c2bb9c780080e763570e316be8a0 /res/values
parent05ee3cfffe4e5cf752e6072bcd2819faac121617 (diff)
parent307fe23f125cbbd5512ad8d4660025f2ab68f30b (diff)
downloadandroid_packages_apps_Trebuchet-1dc3b9abd5ab0a39bab7694669d6784b89d362ef.tar.gz
android_packages_apps_Trebuchet-1dc3b9abd5ab0a39bab7694669d6784b89d362ef.tar.bz2
android_packages_apps_Trebuchet-1dc3b9abd5ab0a39bab7694669d6784b89d362ef.zip
Merge "Adding the ability to scale the hotseat or items in the hotseat" into jb-mr1-dev
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 381ef1b25..8717f6a47 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -82,4 +82,6 @@
<bool name="hotseat_transpose_layout_with_orientation">true</bool>
<integer name="hotseat_cell_count">5</integer>
<integer name="hotseat_all_apps_index">2</integer>
+ <!-- must be between 0 and 100 -->
+ <integer name="hotseat_item_scale_percentage">100</integer>
</resources>