mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-15 20:09:19 +00:00
Legit Material3 Theming 1/5 (style/colors.xml)
Chnage Source code Icon (Touches #127) Some code cleanups etc... (Sry I forgot what all I did)
This commit is contained in:
@ -74,7 +74,7 @@ class InstallerService : Service() {
|
||||
.setAutoCancel(true)
|
||||
.setColor(
|
||||
ContextThemeWrapper(this, R.style.Theme_Main_Light)
|
||||
.getColorFromAttr(android.R.attr.colorAccent).defaultColor
|
||||
.getColorFromAttr(R.attr.colorPrimary).defaultColor
|
||||
)
|
||||
|
||||
when (status) {
|
||||
|
Reference in New Issue
Block a user