diff options
author | cyBerta <cyberta@riseup.net> | 2019-07-12 15:27:12 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-07-12 15:27:12 +0200 |
commit | 189d7dd590bcd4b9428109ba6026e892514a48ff (patch) | |
tree | 0c68a0d7557d032780b7c82e2d7be65982a3315a /app/src/main/res/layout-xlarge | |
parent | c147da67bfe751e1dbbb3d4483d7c38885cab01c (diff) |
fix vpn start/stop button layout for tablets
Diffstat (limited to 'app/src/main/res/layout-xlarge')
-rw-r--r-- | app/src/main/res/layout-xlarge/f_eip.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout-xlarge/f_eip.xml b/app/src/main/res/layout-xlarge/f_eip.xml index 4db7cc56..e1b4f595 100644 --- a/app/src/main/res/layout-xlarge/f_eip.xml +++ b/app/src/main/res/layout-xlarge/f_eip.xml @@ -82,8 +82,8 @@ <android.support.v7.widget.AppCompatButton android:id="@+id/vpn_main_button" - android:layout_width="wrap_content" - android:layout_height="wrap_content" + android:layout_width="200dp" + android:layout_height="40dp" android:layout_marginBottom="@dimen/stdpadding" android:layout_marginEnd="@dimen/stdpadding" android:layout_marginStart="@dimen/stdpadding" |