File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2727 android : icon =" @mipmap/${iconName}"
2828 android : label =" Aegis"
2929 android : supportsRtl =" true"
30+ android : theme =" @style/Theme.Aegis.Launch"
3031 tools : targetApi =" tiramisu" >
3132 <activity android : name =" .ui.TransferEntriesActivity"
3233 android : label =" @string/title_activity_transfer" />
Original file line number Diff line number Diff line change 11<resources >
2+ <style name =" Theme.Aegis.Launch" parent =" Theme.Material3.DayNight.NoActionBar" >
3+ <!-- colorPrimary in the root theme sets the task description color (seen in task switcher) -->
4+ <item name =" colorPrimary" >@color/md_theme_light_primary</item >
5+ <item name =" android:windowDrawsSystemBarBackgrounds" >true</item >
6+ <item name =" android:statusBarColor" >@android:color/transparent</item >
7+ </style >
8+
29 <style name =" Base.Theme.Aegis.Light" parent =" Theme.Material3.Light" >
310 <!-- Material colors -->
411 <item name =" colorPrimary" >@color/md_theme_light_primary</item >
You can’t perform that action at this time.
0 commit comments