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-xlarge | |
parent | aa46c860c559601fe4c35d21d1319472fae21712 (diff) |
Seem good sizes, but layout is ugly.
Diffstat (limited to 'app/src/main/res/layout-xlarge')
-rw-r--r-- | app/src/main/res/layout-xlarge/eip_service_fragment.xml | 18 |
1 files changed, 9 insertions, 9 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 7fcaacbc..9efc209c 100644 --- a/app/src/main/res/layout-xlarge/eip_service_fragment.xml +++ b/app/src/main/res/layout-xlarge/eip_service_fragment.xml @@ -10,27 +10,27 @@ android:id="@+id/eipLabel" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_alignParentLeft="true" - android:layout_alignParentStart="true" - android:layout_alignParentTop="true" 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/textAppearanceLarge" - android:textSize="26sp" /> + android:textSize="24dp"/> <Button android:id="@+id/vpn.main.button" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginStart="24dp" + android:layout_marginLeft="24dp" + android:textSize="32sp" /> <view android:id="@+id/vpn.Status.Image" - android:layout_width="@dimen/progress_button" + android:layout_width="48dp" + android:layout_height="48dp" 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" @@ -43,8 +43,8 @@ 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" + android:layout_marginStart="24dp" + android:layout_marginLeft="24dp" /> </com.wefika.flowlayout.FlowLayout> |