diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-10-08 20:49:13 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-10-19 11:51:48 +0000 |
| commit | a6d7f3792f0d28b7d08fcfbce0841294a2c6ed8b (patch) | |
| tree | 5dbf86cda6cbca205936e4ce54e915c83b333ae4 /android/src/main/res/layout | |
| parent | cd7599ecd3dafed1d00d683d6f8cb15d9091c10d (diff) | |
| download | mullvadvpn-a6d7f3792f0d28b7d08fcfbce0841294a2c6ed8b.tar.xz mullvadvpn-a6d7f3792f0d28b7d08fcfbce0841294a2c6ed8b.zip | |
Make apps focusable on Split Tunneling screen
Diffstat (limited to 'android/src/main/res/layout')
| -rw-r--r-- | android/src/main/res/layout/app_list_item.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android/src/main/res/layout/app_list_item.xml b/android/src/main/res/layout/app_list_item.xml index c705db1085..eebfccf88e 100644 --- a/android/src/main/res/layout/app_list_item.xml +++ b/android/src/main/res/layout/app_list_item.xml @@ -5,7 +5,8 @@ android:background="@drawable/app_list_item_background" android:orientation="horizontal" android:gravity="center" - android:clickable="true"> + android:clickable="true" + android:focusable="true"> <ProgressBar android:id="@+id/loading" android:layout_width="@dimen/app_list_item_icon_size" android:layout_height="@dimen/app_list_item_icon_size" |
