]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/content_account_summary.xml
center vertically the text in the account row
[mobile-ledger.git] / app / src / main / res / layout / content_account_summary.xml
index 958cf4c9c3537a2857a0dbbe13333c1f839af1a1..30a1d60f23b0b0c5d532c7ae040b9a9adbd065aa 100644 (file)
@@ -52,6 +52,7 @@
                     android:layout_width="match_parent"
                     android:layout_height="match_parent"
                     android:background="@color/table_row_even_bg"
+                    android:gravity="center"
                     android:paddingStart="@dimen/activity_horizontal_margin"
                     android:paddingEnd="@dimen/activity_horizontal_margin">
 
@@ -63,7 +64,7 @@
                     <TextView
                         android:id="@+id/textView2"
                         style="@style/account_summary_amounts"
-                        android:text="123.45" />
+                        android:text="123,45\n678,90" />
                 </TableRow>
 
             </TableLayout>