]> git.ktnx.net Git - mobile-ledger.git/commitdiff
add small margin between account name and its amount in transaction list
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 8 May 2021 20:20:45 +0000 (23:20 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 8 May 2021 20:20:45 +0000 (23:20 +0300)
app/src/main/res/layout/transaction_list_row_accounts_table_row.xml

index ceea9acfe2845f048561f72c3e5148be28e8a95a..ac2853b4405a15258b00da496b7a16ba4660112c 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?><!--
-  ~ Copyright © 2020 Damyan Ivanov.
+  ~ Copyright © 2021 Damyan Ivanov.
   ~ This file is part of MoLe.
   ~ MoLe is free software: you can distribute it and/or modify it
   ~ under the term of the GNU General Public License as published by
@@ -67,6 +67,7 @@
         android:layout_height="wrap_content"
         android:layout_gravity="top|end"
         android:layout_marginEnd="0dp"
+        android:layout_marginStart="@dimen/half_text_margin"
         android:minWidth="60dp"
         android:text="---,--"
         android:textAlignment="viewEnd"