]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/template_details_account.xml
fixed auto-complete pop-up background color for the material layout too
[mobile-ledger.git] / app / src / main / res / layout / template_details_account.xml
index e09c6b014f279f0e03c6b150c08adcf9d5e88d34..d91bd577ea6ae4a5488f596f9b8d8eaa48417363 100644 (file)
@@ -73,7 +73,8 @@
         >
         <com.google.android.material.textfield.MaterialAutoCompleteTextView
             android:id="@+id/template_details_account_name"
-            style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
+            style="@style/MoLeMaterialAutoCompleteTextViewStyle"
+            android:textAppearance="@style/TextAppearance.MaterialComponents.Body1"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:hint="@string/template_details_account_name_label"