summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-09-17 14:23:29 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-09-25 11:43:22 +0000
commitc7fc3cec6a18ab308b14114c330117153e2ee122 (patch)
treef883e186ea9ada8f6b45b252215fdecb41dbb708 /android/src
parent5360390b19e0e0add7cef8e24afa586bda866813 (diff)
downloadmullvadvpn-c7fc3cec6a18ab308b14114c330117153e2ee122.tar.xz
mullvadvpn-c7fc3cec6a18ab308b14114c330117153e2ee122.zip
Add remove button to the account history entries
Diffstat (limited to 'android/src')
-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>