summaryrefslogtreecommitdiffstats
path: root/res/layout/buttonids.xml
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2011-01-27 04:09:02 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2011-01-27 04:09:02 (GMT)
commit884278de9c26d441fb2371ac2fd1a4d343e77eec (patch)
tree9b220a0e417c1e7bca536d3839175dc36831ad9a /res/layout/buttonids.xml
parent68a2fd655794e7c73b8c4b762951784a56972845 (diff)
downloadSoftKeys-884278de9c26d441fb2371ac2fd1a4d343e77eec.zip
SoftKeys-884278de9c26d441fb2371ac2fd1a4d343e77eec.tar.gz
SoftKeys-884278de9c26d441fb2371ac2fd1a4d343e77eec.tar.bz2
Add power/volume up/volume down keys to service and home screen, add
connect bot shortcuts
Diffstat (limited to 'res/layout/buttonids.xml')
-rw-r--r--res/layout/buttonids.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/buttonids.xml b/res/layout/buttonids.xml
index 6a06552..05bea58 100644
--- a/res/layout/buttonids.xml
+++ b/res/layout/buttonids.xml
@@ -29,6 +29,11 @@
<ImageButton android:id="@+id/search" />
<ImageButton android:id="@+id/settings" />
<ImageButton android:id="@+id/exit" />
+ <ImageButton android:id="@+id/sleep" />
+ <ImageButton android:id="@+id/volume_up" />
+ <ImageButton android:id="@+id/volume_down" />
+ <ImageButton android:id="@+id/custom1" />
+ <ImageButton android:id="@+id/custom2" />
<ImageButton android:id="@+id/popper" />
</LinearLayout>