summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-06-11 16:21:16 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-06-17 10:14:36 +0000
commit64b9a75a676bba10ad0e5e4fd571d1885f52a220 (patch)
tree84edef12a069105cbcbb8223d0db4cbc80cc3bc4 /android
parent72ed08ba1ae257900ecd97f74a8d6c49d4470b7e (diff)
downloadmullvadvpn-64b9a75a676bba10ad0e5e4fd571d1885f52a220.tar.xz
mullvadvpn-64b9a75a676bba10ad0e5e4fd571d1885f52a220.zip
Make back to settings button clickable
Diffstat (limited to 'android')
-rw-r--r--android/src/main/res/layout/account.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/android/src/main/res/layout/account.xml b/android/src/main/res/layout/account.xml
index 69d9c7a896..ac8e812921 100644
--- a/android/src/main/res/layout/account.xml
+++ b/android/src/main/res/layout/account.xml
@@ -8,17 +8,18 @@
android:elevation="2dp"
>
<LinearLayout
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="12dp"
android:orientation="horizontal"
android:gravity="center_vertical | left"
+ android:clickable="true"
+ android:background="?android:attr/selectableItemBackground"
>
- <ImageButton android:id="@+id/back"
+ <ImageView
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_marginRight="8dp"
- android:background="?android:attr/selectableItemBackground"
android:src="@drawable/icon_back"
/>
<TextView