]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/transaction_list_row_accounts_table_row.xml
further theme fixes
[mobile-ledger.git] / app / src / main / res / layout / transaction_list_row_accounts_table_row.xml
index 5e058d07a15e5627cef42b9ca208c47a64033ce0..5dbed6054eb006f6ba5320d80f4dd990153334c6 100644 (file)
@@ -21,8 +21,7 @@
     android:layout_height="wrap_content"
     android:gravity="center_vertical"
     android:orientation="horizontal"
-    android:paddingStart="8dp"
-    android:paddingEnd="0dp">
+    >
 
     <LinearLayout
         android:layout_width="0dp"
@@ -44,8 +43,6 @@
             android:text="another acc name"
             android:textAlignment="viewStart"
             android:textAppearance="@android:style/TextAppearance.Material.Small"
-            android:textColor="?textColor"
-            android:textStyle="normal"
             tools:ignore="HardcodedText"
             />
 
@@ -57,8 +54,7 @@
             android:layout_marginTop="-4dp"
             android:text="account comment"
             android:textAlignment="viewStart"
-            android:textAppearance="@android:style/TextAppearance.Material.Small"
-            android:textColor="?commentColor"
+            style="@style/transaction_list_comment"
             tools:ignore="HardcodedText,RtlSymmetry"
             />
     </LinearLayout>
@@ -72,7 +68,6 @@
         android:minWidth="60dp"
         android:text="---,--"
         android:textAlignment="viewEnd"
-        android:textColor="?textColor"
         android:textAppearance="@android:style/TextAppearance.Material.Small"
         tools:ignore="HardcodedText" />
 </LinearLayout>