summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_show_history.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2019-12-27 11:13:19 -0300
committerTorsten Grote <t@grobox.de>2019-12-27 11:13:19 -0300
commit35ba17db04f48f4ec41f55ac6944051093f7b78b (patch)
tree4f315cfc5ffe5d386eb7b8d86666ceefbc82fcc4 /app/src/main/res/layout/fragment_show_history.xml
parent89037988ca55cdd68e3be6294125b04ebfc50e77 (diff)
downloadwallet-android-35ba17db04f48f4ec41f55ac6944051093f7b78b.tar.gz
wallet-android-35ba17db04f48f4ec41f55ac6944051093f7b78b.tar.bz2
wallet-android-35ba17db04f48f4ec41f55ac6944051093f7b78b.zip
Use special layout for withdraw event in wallet history
This is how it could be done for all event types.
Diffstat (limited to 'app/src/main/res/layout/fragment_show_history.xml')
-rw-r--r--app/src/main/res/layout/fragment_show_history.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_show_history.xml b/app/src/main/res/layout/fragment_show_history.xml
index 4ed11ac..6265a50 100644
--- a/app/src/main/res/layout/fragment_show_history.xml
+++ b/app/src/main/res/layout/fragment_show_history.xml
@@ -3,8 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_margin="15dp">
+ android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"