summaryrefslogtreecommitdiffstats
path: root/res/layout/service_extra.xml
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2011-01-10 18:01:08 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2011-01-10 18:01:08 (GMT)
commit52b1064298e9f47c573a0fbdc168f72e80f12877 (patch)
tree54d4edb7fcad3d1b567718ce1a07d7d431cd4ff5 /res/layout/service_extra.xml
parent0156678cf3114c06d0034895626d58b49976b545 (diff)
downloadSoftKeys-52b1064298e9f47c573a0fbdc168f72e80f12877.zip
SoftKeys-52b1064298e9f47c573a0fbdc168f72e80f12877.tar.gz
SoftKeys-52b1064298e9f47c573a0fbdc168f72e80f12877.tar.bz2
Make each button 1 row, 2 per row gets too squished
Diffstat (limited to 'res/layout/service_extra.xml')
-rw-r--r--res/layout/service_extra.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/res/layout/service_extra.xml b/res/layout/service_extra.xml
index 674153f..ded0263 100644
--- a/res/layout/service_extra.xml
+++ b/res/layout/service_extra.xml
@@ -89,12 +89,6 @@
</LinearLayout>
<!-- these are user-customizable buttons -->
- <LinearLayout
- android:id="@+id/extra_row1"
- android:gravity="center"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
<Button
android:id="@+id/extra_custom1"
android:layout_width="fill_parent"
@@ -107,14 +101,6 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="custom"/>
- </LinearLayout>
-
- <LinearLayout
- android:id="@+id/extra_row2"
- android:gravity="center"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
<Button
android:id="@+id/extra_custom3"
android:layout_width="fill_parent"
@@ -127,14 +113,6 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="custom"/>
- </LinearLayout>
-
- <LinearLayout
- android:id="@+id/extra_row3"
- android:gravity="center"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
<Button
android:id="@+id/extra_custom5"
android:layout_width="fill_parent"
@@ -147,5 +125,4 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="custom"/>
- </LinearLayout>
</LinearLayout> \ No newline at end of file