summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
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>