]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values-night/styles.xml
drop unused style attribute
[mobile-ledger.git] / app / src / main / res / values-night / styles.xml
index 2e93dd12618ad0620d6f719eb1fd0620e52e2429..eb1323f60d46e85d35e12e0c81a5711e661e3c14 100644 (file)
     <!-- Base application theme. -->
     <!-- base hue: 261.2245° -->
     <!-- target primary color: #935FF2 -->
+    <style name="MoLeAutoCompleteTextViewStyle" parent="Widget.AppCompat.AutoCompleteTextView">
+        <item name="android:popupBackground">#272727</item>
+    </style>
+
     <style name="AppTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar">
         <item name="colorOnPrimary">@android:color/white</item>
-        <item name="drawer_background">?android:attr/popupBackground</item>
         <item name="windowActionBar">false</item>
         <item name="windowNoTitle">true</item>
         <item name="textColor">#ffffff</item>
@@ -33,6 +36,7 @@
         <item name="textInputStyle">
             @style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense
         </item>
+        <item name="autoCompleteTextViewStyle">@style/MoLeAutoCompleteTextViewStyle</item>
         <item name="colorError">#FFE1E2</item>
         <item name="colorOnError">#CD1609</item>
         <item name="main_header_shadow_height">12dp</item>