summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2011-07-09 07:20:47 +0400
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2011-07-09 07:20:47 +0400
commit432e1866ff98fc9d3966907ae01cbf2038c1c91d (patch)
tree5442246cad42c75ee85cd97382cc35c1ec2c0ccc /overlay
parente71d3c627ebf8970a5ca6b00e03936f43285cab2 (diff)
parent8c8d6a06789bbca2549980b9ae50bd92b6969e32 (diff)
downloadvendor_replicant-432e1866ff98fc9d3966907ae01cbf2038c1c91d.zip
vendor_replicant-432e1866ff98fc9d3966907ae01cbf2038c1c91d.tar.gz
vendor_replicant-432e1866ff98fc9d3966907ae01cbf2038c1c91d.tar.bz2
Merge "legend: Refresh CMParts overlay" into gingerbread
Diffstat (limited to 'overlay')
-rw-r--r--overlay/legend/packages/apps/CMParts/res/values/config.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/overlay/legend/packages/apps/CMParts/res/values/config.xml b/overlay/legend/packages/apps/CMParts/res/values/config.xml
index 218180f..93f1eb4 100644
--- a/overlay/legend/packages/apps/CMParts/res/values/config.xml
+++ b/overlay/legend/packages/apps/CMParts/res/values/config.xml
@@ -1,7 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
+ <!-- Whether or not to display the trackball settings -->
<bool name="has_trackball">true</bool>
+
+ <!-- Whether or not to display the camera button settings -->
+ <bool name="has_camera_button">false</bool>
+
<bool name="has_rgb_notification_led">false</bool>
<bool name="has_dual_notification_led">false</bool>
+
+ <!-- LED Flashlight -->
<bool name="has_led_flash">true</bool>
+
+ <!-- Whether or not to display search button settings -->
+ <bool name="has_search_button">true</bool>
</resources>