]> git.ktnx.net Git - mobile-ledger-staging.git/blobdiff - app/src/main/res/layout/new_transaction_row.xml
fix focused comment text color on re-configuration; stop using Colors.defaultTextColor*
[mobile-ledger-staging.git] / app / src / main / res / layout / new_transaction_row.xml
index af8281e2b065f461aecb1ed3d2d5371a91ef7ca8..e85b3c6620a327d8964db911bb830230e83594b7 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?><!--
-  ~ Copyright © 2019 Damyan Ivanov.
+  ~ Copyright © 2020 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
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:animateLayoutChanges="true"
-        android:orientation="horizontal">
+        android:orientation="horizontal"
+        >
 
+        <TextView
+            android:id="@+id/dummy_text"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:visibility="gone"
+            tools:ignore="MissingConstraints"
+            />
         <EditText
             android:id="@+id/new_transaction_date"
             android:layout_width="94dp"