]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/transaction_list_row_accounts_table_row.xml
hint account name wrapping after the colon to help long accounts
[mobile-ledger.git] / app / src / main / res / layout / transaction_list_row_accounts_table_row.xml
index 5dbed6054eb006f6ba5320d80f4dd990153334c6..ceea9acfe2845f048561f72c3e5148be28e8a95a 100644 (file)
             android:id="@+id/transaction_list_acc_row_acc_name"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
-            android:text="another acc name"
+            android:breakStrategy="high_quality"
             android:textAlignment="viewStart"
             android:textAppearance="@android:style/TextAppearance.Material.Small"
             tools:ignore="HardcodedText"
+            android:hyphenationFrequency="full"
+            android:text="one:very:long:account:name:that:needs:to:wrap:to:more:tnan:one:line:two:would:be:nice:but:the:more:the:better:and:the:better:"
             />
 
         <TextView