diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-24 21:41:56 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-08-25 11:51:15 +0000 |
| commit | ed3e8be80de7bfc8ef2bb22f40d0336ab0b1f08b (patch) | |
| tree | 0dc1c33ce4ed8ffdc6e6265d28562a5c00fc4f28 /android/src/main/res/layout | |
| parent | 5f2422d614291cadd6fe775bf9624ddfa5d4c6d8 (diff) | |
| download | mullvadvpn-ed3e8be80de7bfc8ef2bb22f40d0336ab0b1f08b.tar.xz mullvadvpn-ed3e8be80de7bfc8ef2bb22f40d0336ab0b1f08b.zip | |
Use cell dimensions for "Exclude applications"
Diffstat (limited to 'android/src/main/res/layout')
| -rw-r--r-- | android/src/main/res/layout/split_tunneling_header.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/android/src/main/res/layout/split_tunneling_header.xml b/android/src/main/res/layout/split_tunneling_header.xml index 1093244265..9208f4f8f5 100644 --- a/android/src/main/res/layout/split_tunneling_header.xml +++ b/android/src/main/res/layout/split_tunneling_header.xml @@ -29,15 +29,16 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/vertical_space" - android:paddingHorizontal="@dimen/side_margin" + android:paddingLeft="@dimen/cell_left_padding" + android:paddingRight="@dimen/cell_right_padding" android:background="@drawable/cell_button_background" android:visibility="gone" android:gravity="center"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" - android:paddingRight="8dp" - android:paddingVertical="17dp" + android:paddingRight="@dimen/cell_inner_spacing" + android:paddingVertical="@dimen/cell_label_vertical_padding" android:textColor="@color/white" android:textSize="@dimen/text_medium" android:textStyle="bold" |
