summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_show_balance.xml
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-20 01:52:22 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-20 01:52:22 +0100
commitab6effe9e2fb7fab1f310689ca5ae3ae7b7099ca (patch)
tree8b22d6a2092a4c637eba3f96e66399fb4ec8b264 /app/src/main/res/layout/fragment_show_balance.xml
parent47b7eab07140dd20710e84b47b43da1de8123fb4 (diff)
downloadwallet-android-ab6effe9e2fb7fab1f310689ca5ae3ae7b7099ca.tar.gz
wallet-android-ab6effe9e2fb7fab1f310689ca5ae3ae7b7099ca.tar.bz2
wallet-android-ab6effe9e2fb7fab1f310689ca5ae3ae7b7099ca.zip
UI tweaks in progress
Diffstat (limited to 'app/src/main/res/layout/fragment_show_balance.xml')
-rw-r--r--app/src/main/res/layout/fragment_show_balance.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_show_balance.xml b/app/src/main/res/layout/fragment_show_balance.xml
index a5fb26f..21a1fe9 100644
--- a/app/src/main/res/layout/fragment_show_balance.xml
+++ b/app/src/main/res/layout/fragment_show_balance.xml
@@ -33,6 +33,12 @@
<Space android:layout_width="match_parent" android:layout_height="20dp"/>
<Button
+ android:text="Withdraw TESTKUDOS"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:id="@+id/button_withdraw_testkudos"/>
+
+ <Button
android:text="Scan Taler QR Code"
android:layout_width="wrap_content"
android:layout_height="wrap_content"