diff options
author | Parménides GV <parmegv@sdf.org> | 2015-04-28 11:59:03 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-04-28 11:59:03 +0200 |
commit | d0e6f53c5a9e901181cf8470d247a27f3ed5782f (patch) | |
tree | 295771c27e97cb143f70db8392f9c059dd78d14b /app/src/main/res/layout | |
parent | aa46c860c559601fe4c35d21d1319472fae21712 (diff) |
Seem good sizes, but layout is ugly.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/eip_service_fragment.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/app/src/main/res/layout/eip_service_fragment.xml b/app/src/main/res/layout/eip_service_fragment.xml index b3651b51..9a396080 100644 --- a/app/src/main/res/layout/eip_service_fragment.xml +++ b/app/src/main/res/layout/eip_service_fragment.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <com.wefika.flowlayout.FlowLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="wrap_content" + android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:orientation="horizontal"> @@ -11,7 +11,7 @@ android:layout_height="wrap_content" android:layout_marginLeft="10dp" android:layout_marginStart="10dp" - android:clickable="true" + android:layout_marginTop="12dp" android:text="@string/eip_service_label" android:textAppearance="?android:attr/textAppearanceMedium" /> @@ -19,13 +19,16 @@ android:id="@+id/vpn.main.button" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:textSize="12sp" /> <view android:id="@+id/vpn.Status.Image" - android:layout_width="@dimen/progress_button" + android:layout_width="32dp" + android:layout_height="32dp" + android:layout_marginLeft="3dp" + android:layout_marginStart="3dp" android:color="@android:color/holo_blue_dark" - android:layout_height="@dimen/progress_button" class="mbanje.kurt.fabbutton.FabButton" android:layout_gravity="center" android:visibility="visible" @@ -35,8 +38,6 @@ fbb_autoStart="true" fbb_progressColor="#ff170aff" fbb_progressWidthRatio="0.1" - android:layout_marginStart="@dimen/add_button_margin" - android:layout_marginLeft="@dimen/add_button_margin" /> </com.wefika.flowlayout.FlowLayout> |