summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2015-04-23 17:20:18 +0200
committerParménides GV <parmegv@sdf.org>2015-04-23 17:20:18 +0200
commit990de6d1dec42d9a03b2bd799f16b6fcfd91b959 (patch)
treebc9237b44dfc9e0f8865afc015996974264b2462 /app/src/main/res/layout
parent3f824156982a152ddbabb40000e584ffe92293b7 (diff)
FlowLayout, to show the vpn icon in some small devices
Tested with physical Galaxy Young S6310.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/eip_service_fragment.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/app/src/main/res/layout/eip_service_fragment.xml b/app/src/main/res/layout/eip_service_fragment.xml
index 4ad8725d..e013c7b4 100644
--- a/app/src/main/res/layout/eip_service_fragment.xml
+++ b/app/src/main/res/layout/eip_service_fragment.xml
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
+<com.wefika.flowlayout.FlowLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginTop="10dp" >
+ android:layout_marginTop="10dp"
+ android:orientation="horizontal">
<TextView
android:id="@+id/eipLabel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_alignParentTop="true"
android:layout_marginLeft="10dp"
+ android:layout_marginStart="10dp"
android:clickable="true"
android:text="@string/eip_service_label"
android:textAppearance="?android:attr/textAppearanceMedium" />
@@ -29,11 +29,8 @@
fbb_autoStart="true"
fbb_progressColor="#ff170aff"
fbb_progressWidthRatio="0.1"
- 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>
+</com.wefika.flowlayout.FlowLayout>