Updated key icons

This commit is contained in:
M66B
2022-03-05 08:44:05 +01:00
parent e4ed7e49e6
commit e70e5a1376
4 changed files with 53 additions and 21 deletions

View File

@@ -75,8 +75,8 @@ public class EditTextMultiAutoComplete extends AppCompatMultiAutoCompleteTextVie
private static ExecutorService executor = Helper.getBackgroundExecutor(1, "chips");
private static int[] icons = new int[]{
R.drawable.twotone_vpn_key_24_r,
R.drawable.twotone_vpn_key_24_l,
R.drawable.twotone_vpn_key_24_p,
R.drawable.twotone_vpn_key_24_s,
R.drawable.twotone_vpn_key_24_b
};