]> git.ktnx.net Git - mobile-ledger.git/commitdiff
fix text color for the account name filter
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 3 May 2019 16:24:52 +0000 (19:24 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 3 May 2019 16:24:52 +0000 (19:24 +0300)
broken after the fix for the view style

app/src/main/res/layout/activity_main.xml

index b047cb8a18db8e42b9c18578c7db247edff6b579..edd290f765299a8f186af6c3d66178935c50fc5b 100644 (file)
@@ -84,6 +84,7 @@
                         <AutoCompleteTextView
                             android:id="@+id/transaction_filter_account_name"
                             android:layout_width="0dp"
+                            android:textColor="?textColor"
                             android:layout_height="wrap_content"
                             android:layout_weight="1" />