diff options
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> |