]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values-night/styles.xml
fixed auto-complete pop-up background color for the material layout too
[mobile-ledger.git] / app / src / main / res / values-night / styles.xml
index eb1323f60d46e85d35e12e0c81a5711e661e3c14..1489a08cb2918f3b0f0b080cbbadce6aeaa990de 100644 (file)
         <item name="android:popupBackground">#272727</item>
     </style>
 
+    <style name="MoLeMaterialAutoCompleteTextViewStyle" parent="Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu">
+        <item name="android:popupBackground">#272727</item>
+    </style>
+
     <style name="AppTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar">
         <item name="colorOnPrimary">@android:color/white</item>
         <item name="windowActionBar">false</item>