>
<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"
<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>
<!-- Base application theme. -->
<!-- base hue: 261.2245° -->
<!-- target primary color: #935FF2 -->
+ <style name="MoLeMaterialAutoCompleteTextViewStyle" parent="Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu"></style>
+
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<item name="colorOnPrimary">@android:color/white</item>
<item name="windowActionBar">false</item>