]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/activity_main.xml
drop unused attribute
[mobile-ledger.git] / app / src / main / res / layout / activity_main.xml
index b047cb8a18db8e42b9c18578c7db247edff6b579..793a290116482f3baeef3e396ee04d21cef74c4a 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" />
 
                     android:id="@+id/root_frame"
                     android:layout_width="match_parent"
                     android:layout_height="0dp"
-                    app:layout_behavior="@string/appbar_scrolling_view_behavior"
                     app:layout_constraintBottom_toBottomOf="parent"
                     app:layout_constraintTop_toBottomOf="@+id/main_header">