summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-07-26 23:11:01 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-07-29 19:15:33 +0000
commit07f41f88fc76322a7a1def4b73bd1ce139c88ccd (patch)
treed972d30ce6aaefdc3c0f4c571967d12ea88e62eb
parent243d30578c7fdd6bb7801f099ea8586900da4846 (diff)
downloadmullvadvpn-07f41f88fc76322a7a1def4b73bd1ce139c88ccd.tar.xz
mullvadvpn-07f41f88fc76322a7a1def4b73bd1ce139c88ccd.zip
Increase close icon touch area in select location
-rw-r--r--android/src/main/res/layout/select_location.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/layout/select_location.xml b/android/src/main/res/layout/select_location.xml
index 3a07326b48..18a22c73e8 100644
--- a/android/src/main/res/layout/select_location.xml
+++ b/android/src/main/res/layout/select_location.xml
@@ -12,7 +12,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
- android:layout_margin="12dp"
+ android:padding="12dp"
android:background="?android:attr/selectableItemBackground"
android:src="@drawable/icon_close"
/>