summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/src/main/res/layout/account_history_entry.xml6
1 files changed, 6 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 2cc15e1621..d410b5138c 100644
--- a/android/src/main/res/layout/account_history_entry.xml
+++ b/android/src/main/res/layout/account_history_entry.xml
@@ -10,4 +10,10 @@
android:textColor="@color/blue80"
android:textSize="@dimen/text_medium_plus"
android:textStyle="bold" />
+ <ImageButton android:id="@+id/remove"
+ android:layout_width="@dimen/account_history_entry_height"
+ android:layout_height="@dimen/account_history_entry_height"
+ android:layout_gravity="right"
+ android:background="?android:attr/selectableItemBackground"
+ android:src="@drawable/account_history_remove" />
</FrameLayout>