summaryrefslogtreecommitdiff
path: root/res/layout/eip_service_fragment.xml
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-07-20 10:55:50 +0200
committerParménides GV <parmegv@sdf.org>2013-07-20 10:55:50 +0200
commita5928718b99e207ceb8dbce4609662ecef1a26cf (patch)
treeecb52c38518a83faa03c2708a0e8f22bae57b87d /res/layout/eip_service_fragment.xml
parent3d652a20b5c28b0a424d516161034b23b2523d95 (diff)
parent5edc2af535d177edaeda97523a04c6f73fad26a4 (diff)
Merge branch 'feature/dashboard-ux' into develop
Diffstat (limited to 'res/layout/eip_service_fragment.xml')
-rw-r--r--res/layout/eip_service_fragment.xml15
1 files changed, 1 insertions, 14 deletions
diff --git a/res/layout/eip_service_fragment.xml b/res/layout/eip_service_fragment.xml
index 885c78a3..e67f5651 100644
--- a/res/layout/eip_service_fragment.xml
+++ b/res/layout/eip_service_fragment.xml
@@ -15,19 +15,6 @@
android:clickable="true"
android:text="@string/eip_service_label"
android:textAppearance="?android:attr/textAppearanceLarge" />
-
- <TextView
- android:id="@+id/eipType"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignBaseline="@+id/eipLabel"
- android:layout_marginLeft="10dp"
- android:layout_marginBottom="10dp"
- android:layout_toRightOf="@+id/eipLabel"
- android:clickable="true"
- android:onClick="toggleEipOverview"
- android:text="@string/eip_type_active"
- android:textAppearance="?android:attr/textAppearanceMedium" />
<Switch
android:id="@+id/eipSwitch"
@@ -54,7 +41,7 @@
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentRight="true"
- android:layout_below="@+id/eipType"
+ android:layout_below="@+id/eipLabel"
android:paddingBottom="10dp"
android:paddingLeft="10dp"
android:paddingRight="10dp"