New snackbars

This commit is contained in:
utkabobr
2025-04-02 01:38:45 +03:00
parent 58b24d5137
commit 1976ac4899
17 changed files with 507 additions and 33 deletions
@@ -47,6 +47,12 @@ public class BeamTheme {
colors.put(R.attr.yTrackColor, 0xff00bf00);
colors.put(R.attr.zTrackColor, 0xff0000bf);
colors.put(R.attr.snackbarBase, 0xFFEEEEEE);
colors.put(R.attr.snackbarDone, 0xFF56AB2F);
colors.put(R.attr.snackbarWarning, 0xFFAE660C);
colors.put(R.attr.snackbarInfo, 0xFF009DC6);
colors.put(R.attr.snackbarError, 0xFFDC100E);
colors.put(android.R.attr.textColorPrimary, 0xff000000);
colors.put(android.R.attr.textColorSecondary, 0x99000000);
colors.put(android.R.attr.windowBackground, 0xffffffff);
@@ -73,6 +79,8 @@ public class BeamTheme {
colors.put(R.attr.yTrackColor, 0xff00ee00);
colors.put(R.attr.zTrackColor, 0xff0000ee);
colors.put(R.attr.snackbarBase, 0xFF212121);
colors.put(android.R.attr.textColorPrimary, 0xffffffff);
colors.put(android.R.attr.textColorSecondary, 0x99ffffff);
colors.put(android.R.attr.windowBackground, 0xff121212);