diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2011-01-27 04:09:02 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2011-01-27 04:09:02 (GMT) |
commit | 884278de9c26d441fb2371ac2fd1a4d343e77eec (patch) | |
tree | 9b220a0e417c1e7bca536d3839175dc36831ad9a /res/layout | |
parent | 68a2fd655794e7c73b8c4b762951784a56972845 (diff) | |
download | SoftKeys-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')
-rw-r--r-- | res/layout/buttonids.xml | 5 |
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> |