diff options
author | cyBerta <cyberta@riseup.net> | 2019-07-09 23:30:32 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-07-09 23:30:32 +0200 |
commit | 9bb5d109ddd73b8e31e5f5d862372758290227aa (patch) | |
tree | 90096b845ae8aedc5c380316ff5c09d714b417d8 /app/src/main/res/layout | |
parent | 40266121f8f62bcbeca79d648fd673e5ee09c849 (diff) |
tweak buttons - fix pressed states, tweak vpn button
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/f_eip.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/f_eip.xml b/app/src/main/res/layout/f_eip.xml index ed4ec9c4..dda4ad78 100644 --- a/app/src/main/res/layout/f_eip.xml +++ b/app/src/main/res/layout/f_eip.xml @@ -83,8 +83,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="150dp" + android:layout_height="32dp" android:layout_marginBottom="@dimen/stdpadding" android:layout_marginEnd="@dimen/stdpadding" android:layout_marginStart="@dimen/stdpadding" |