diff options
author | Parménides GV <parmegv@sdf.org> | 2015-04-16 13:16:04 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-04-22 12:36:39 +0200 |
commit | 90c28f492b800b706c1d6f14482baf3e75c4be7e (patch) | |
tree | 27e433acfdd514a347c19e20e05facb4c3ab4ce1 /app/src/main/res/layout | |
parent | cdeaf6c2ae2fa96a2ef1e0ae6c931c6d50b27271 (diff) |
Remove eip switch.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/eip_service_fragment.xml | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/app/src/main/res/layout/eip_service_fragment.xml b/app/src/main/res/layout/eip_service_fragment.xml index 0cc1df7d..669abef0 100644 --- a/app/src/main/res/layout/eip_service_fragment.xml +++ b/app/src/main/res/layout/eip_service_fragment.xml @@ -40,14 +40,6 @@ android:clickable="true" android:text="@string/eip_state_not_connected" /> - <Switch - android:id="@+id/eipSwitch" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignTop="@+id/status_message" - android:layout_toRightOf="@+id/status_message" - android:layout_toEndOf="@+id/status_message" /> - <view android:id="@+id/vpn.Status.Image" android:layout_width="@dimen/progress_button" @@ -62,10 +54,11 @@ fbb_autoStart="true" fbb_progressColor="#ff170aff" fbb_progressWidthRatio="0.1" - fbb_showEndBitmap="true" - android:layout_toRightOf="@id/eipSwitch" - android:layout_toEndOf="@id/eipSwitch" - android:layout_alignTop="@id/eipSwitch" + android:layout_toRightOf="@id/eipLabel" + android:layout_toEndOf="@id/eipLabel" + android:layout_alignTop="@id/eipLabel" + android:layout_marginStart="@dimen/add_button_margin" + android:layout_marginLeft="@dimen/add_button_margin" /> </RelativeLayout> |