Added chip style

This commit is contained in:
M66B
2022-02-21 20:37:36 +01:00
parent 6099e26624
commit 62380c4da6
2 changed files with 9 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ public class EditTextMultiAutoComplete extends AppCompatMultiAutoCompleteTextVie
if (send_chips) {
boolean dark = Helper.isDarkTheme(context);
ContextThemeWrapper ctx = new ContextThemeWrapper(context,
dark ? R.style.Base_Theme_Material3_Dark : R.style.Base_Theme_Material3_Light);
dark ? R.style.ChipDark : R.style.ChipLight);
ContentResolver resolver = context.getContentResolver();
Runnable update = new Runnable() {