summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout-xlarge/eip_service_fragment.xml
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2015-04-27 18:42:15 +0200
committerParménides GV <parmegv@sdf.org>2015-04-27 18:42:15 +0200
commitaa46c860c559601fe4c35d21d1319472fae21712 (patch)
tree468439d0686ff37a20a11dc6767cbf98fc840f8c /app/src/main/res/layout-xlarge/eip_service_fragment.xml
parentbd68fe662af7734d94a8853b38f418f19879e389 (diff)
Added the button to the xlarg layout
Diffstat (limited to 'app/src/main/res/layout-xlarge/eip_service_fragment.xml')
-rw-r--r--app/src/main/res/layout-xlarge/eip_service_fragment.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/app/src/main/res/layout-xlarge/eip_service_fragment.xml b/app/src/main/res/layout-xlarge/eip_service_fragment.xml
index bfa1105c..7fcaacbc 100644
--- a/app/src/main/res/layout-xlarge/eip_service_fragment.xml
+++ b/app/src/main/res/layout-xlarge/eip_service_fragment.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<com.wefika.flowlayout.FlowLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
@@ -20,6 +20,12 @@
android:textAppearance="?android:attr/textAppearanceLarge"
android:textSize="26sp" />
+ <Button
+ android:id="@+id/vpn.main.button"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ />
+
<view
android:id="@+id/vpn.Status.Image"
android:layout_width="@dimen/progress_button"
@@ -41,4 +47,4 @@
android:layout_marginLeft="@dimen/add_button_margin"
/>
-</RelativeLayout>
+</com.wefika.flowlayout.FlowLayout>