summaryrefslogtreecommitdiffstats
path: root/res/layout/service_extra.xml
diff options
context:
space:
mode:
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