diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-10-07 21:54:24 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-10-19 11:51:48 +0000 |
| commit | 048a312279475355252c574b4ad60f6c1ebbfdeb (patch) | |
| tree | f6dd80e8e99a72920fc9fa5c4baf4bb371a8c108 /android/src | |
| parent | 8ad9aa6fdd743cbcd6ea97d837243cd4d9cb0e46 (diff) | |
| download | mullvadvpn-048a312279475355252c574b4ad60f6c1ebbfdeb.tar.xz mullvadvpn-048a312279475355252c574b4ad60f6c1ebbfdeb.zip | |
Make Navigation Bar widget focusable
Diffstat (limited to 'android/src')
| -rw-r--r-- | android/src/main/res/layout/notification_banner.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/src/main/res/layout/notification_banner.xml b/android/src/main/res/layout/notification_banner.xml index abd28193d8..3fb5ef4d10 100644 --- a/android/src/main/res/layout/notification_banner.xml +++ b/android/src/main/res/layout/notification_banner.xml @@ -4,6 +4,7 @@ android:paddingVertical="8dp" android:paddingLeft="16dp" android:paddingRight="12dp" + android:focusable="true" android:background="?android:attr/selectableItemBackground"> <RelativeLayout android:id="@+id/notification_status_container" android:layout_width="wrap_content" |
