summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorAlexander Hofbauer <alex@derhofbauer.at>2011-07-06 23:35:34 +0200
committerAlexander Hofbauer <alex@derhofbauer.at>2011-07-06 23:35:34 +0200
commit8c8d6a06789bbca2549980b9ae50bd92b6969e32 (patch)
treee027dddc695f35e16462a6ca226b7ee933f43077 /overlay
parentf5b7f2c2050075c4e35cf034863a2b70052451ae (diff)
downloadvendor_replicant-8c8d6a06789bbca2549980b9ae50bd92b6969e32.zip
vendor_replicant-8c8d6a06789bbca2549980b9ae50bd92b6969e32.tar.gz
vendor_replicant-8c8d6a06789bbca2549980b9ae50bd92b6969e32.tar.bz2
legend: Refresh CMParts overlay
Change-Id: I859cfa9f634fbe028f444937dfed136614879a50
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>