]> git.ktnx.net Git - mobile-ledger.git/commitdiff
less demanding transaction row template
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 5 Jan 2019 12:01:42 +0000 (12:01 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 5 Jan 2019 12:01:42 +0000 (12:01 +0000)
app/src/main/res/layout/transaction_list_row.xml

index 1e2f706d0c3e69ec7c38ca7b2fe86cd6dc7d8d79..f2ed7572fb1187dbbcd4ddefd531c019268d5536 100644 (file)
@@ -53,7 +53,7 @@
                 android:layout_width="0dp"
                 android:layout_height="wrap_content"
                 android:layout_weight="5"
-                android:text="Sample description goes here."
+                android:text="---."
                 android:textStyle="bold"
                 tools:ignore="HardcodedText" />
 
@@ -98,7 +98,7 @@
                     android:layout_width="0dp"
                     android:layout_height="wrap_content"
                     android:layout_weight="5"
-                    android:text="Account name, a really long one. A very very very long one. It may even spawn on more than two lines -- three, four or more."
+                    android:text="---"
                     android:textAlignment="viewStart"
                     tools:ignore="HardcodedText" />
 
                     android:layout_height="wrap_content"
                     android:layout_marginEnd="0dp"
                     android:minWidth="60dp"
-                    android:text="€ 123,45"
+                    android:text="€ --,--"
                     android:textAlignment="viewEnd"
                     tools:ignore="HardcodedText" />
             </LinearLayout>
                     android:layout_width="0dp"
                     android:layout_height="wrap_content"
                     android:layout_weight="5"
-                    android:text="Account name, a really long one. A very very very long one. It may even spawn on more than two lines -- three, four or more."
+                    android:text="---"
                     android:textAlignment="viewStart"
                     tools:ignore="HardcodedText" />
 
                     android:layout_height="wrap_content"
                     android:layout_marginEnd="0dp"
                     android:minWidth="60dp"
-                    android:text="-14 678,90"
+                    android:text="---,--"
                     android:textAlignment="viewEnd"
                     tools:ignore="HardcodedText" />
             </LinearLayout>