diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-07-26 23:19:07 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-07-29 19:15:33 +0000 |
| commit | 1d8667411dde00cfd3135e403757411ecba726e0 (patch) | |
| tree | 0c791f31b4c9115cc7a1355844b18ee9d220787e /android/src/main | |
| parent | 996ca97373e06a826451bfc85bd89c67d57fbb7c (diff) | |
| download | mullvadvpn-1d8667411dde00cfd3135e403757411ecba726e0.tar.xz mullvadvpn-1d8667411dde00cfd3135e403757411ecba726e0.zip | |
Increase close icon touch area in settings
Diffstat (limited to 'android/src/main')
| -rw-r--r-- | android/src/main/res/layout/settings.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/android/src/main/res/layout/settings.xml b/android/src/main/res/layout/settings.xml index 84c94dcf95..0be7a8087e 100644 --- a/android/src/main/res/layout/settings.xml +++ b/android/src/main/res/layout/settings.xml @@ -8,11 +8,9 @@ android:elevation="1dp" > <ImageButton android:id="@+id/close" - android:layout_width="24dp" - android:layout_height="24dp" - android:layout_marginTop="12dp" - android:layout_marginLeft="12dp" - android:layout_marginBottom="12dp" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:padding="12dp" android:background="?android:attr/selectableItemBackground" android:src="@drawable/icon_close" /> |
