]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/activity_main.xml
add missiing accessibility hint
[mobile-ledger.git] / app / src / main / res / layout / activity_main.xml
index b047cb8a18db8e42b9c18578c7db247edff6b579..625a3af21f214acbca51754a33135223f20df9e5 100644 (file)
@@ -74,6 +74,7 @@
                         android:layout_width="match_parent"
                         android:layout_height="match_parent"
                         android:orientation="horizontal"
+                        android:theme="@style/ThemeOverlay.AppCompat.Light"
                         android:visibility="gone">
 
                         <TextView
@@ -84,6 +85,8 @@
                         <AutoCompleteTextView
                             android:id="@+id/transaction_filter_account_name"
                             android:layout_width="0dp"
+                            android:textColor="?textColor"
+                            android:hint="@string/new_transaction_account_hint"
                             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">