mirror of
https://github.com/Dark98/SliceBeam.git
synced 2026-07-03 08:39:04 +00:00
New snackbars
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user