summaryrefslogtreecommitdiffstats
path: root/res/layout/buttonids.xml
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2010-12-23 22:16:56 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2010-12-23 22:16:56 (GMT)
commitacd2e2b439275a7b0ed11b1f04994b0a15c1ff18 (patch)
tree834e92df513a3ce23ea67a8c999807e7c123c622 /res/layout/buttonids.xml
downloadSoftKeys-acd2e2b439275a7b0ed11b1f04994b0a15c1ff18.zip
SoftKeys-acd2e2b439275a7b0ed11b1f04994b0a15c1ff18.tar.gz
SoftKeys-acd2e2b439275a7b0ed11b1f04994b0a15c1ff18.tar.bz2
Initial commitv3.00
Diffstat (limited to 'res/layout/buttonids.xml')
-rw-r--r--res/layout/buttonids.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/res/layout/buttonids.xml b/res/layout/buttonids.xml
new file mode 100644
index 0000000..6a06552
--- /dev/null
+++ b/res/layout/buttonids.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+
+ Copyright (c) 2010 Steve Slaven
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+-->
+ <!--
+ note: this layout is not used, it's just to anchor our R.id.XXX stuff
+ -->
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/button_container">
+
+ <ImageButton android:id="@+id/menu" />
+ <ImageButton android:id="@+id/home" />
+ <ImageButton android:id="@+id/back" />
+ <ImageButton android:id="@+id/search" />
+ <ImageButton android:id="@+id/settings" />
+ <ImageButton android:id="@+id/exit" />
+ <ImageButton android:id="@+id/popper" />
+</LinearLayout>
+
+