summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-11-27 19:42:32 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-11-30 13:24:42 +0000
commite0ef514fb74d9a15bc7c42318c1405df539b1121 (patch)
tree96e5ca38965be8773128c591d724f429420d5960 /android/src
parentbd1b38845b91541c2f7964ad5eae5b72ff4938fc (diff)
downloadmullvadvpn-e0ef514fb74d9a15bc7c42318c1405df539b1121.tar.xz
mullvadvpn-e0ef514fb74d9a15bc7c42318c1405df539b1121.zip
Allow navigating to remove button of account entry
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/res/layout/account_history_entry.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/src/main/res/layout/account_history_entry.xml b/android/src/main/res/layout/account_history_entry.xml
index 746de82d3c..c31782c0bd 100644
--- a/android/src/main/res/layout/account_history_entry.xml
+++ b/android/src/main/res/layout/account_history_entry.xml
@@ -5,6 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusable="true"
+ android:nextFocusRight="@id/remove"
android:background="@drawable/account_history_entry_background"
android:paddingHorizontal="12dp"
android:gravity="center_vertical"
@@ -15,6 +16,7 @@
android:layout_width="@dimen/account_history_entry_height"
android:layout_height="@dimen/account_history_entry_height"
android:layout_gravity="right"
+ android:nextFocusLeft="@id/remove"
android:background="?android:attr/selectableItemBackground"
android:src="@drawable/account_history_remove" />
</FrameLayout>