File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1616 <activity
1717 android : name =" .app.ui.MainActivity"
1818 android : exported =" true"
19- android : label =" @string/app_name"
2019 android : theme =" @style/Theme.BrBaCompose.NoActionBar" >
2120 <intent-filter >
2221 <action android : name =" android.intent.action.MAIN" />
2625 </activity >
2726 <provider
2827 android : name =" androidx.startup.InitializationProvider"
29- android : authorities =" ${applicationId} .androidx-startup"
28+ android : authorities =" io.github.shinhyo.brba .androidx-startup"
3029 android : exported =" false"
3130 tools : node =" merge" >
3231 <meta-data
33- android : name =" ${applicationId} .app.initializer.TimberInitializer"
32+ android : name =" io.github.shinhyo.brba .app.initializer.TimberInitializer"
3433 android : value =" androidx.startup" />
3534 </provider >
3635 </application >
Original file line number Diff line number Diff line change 1- <resources xmlns : tools = " http://schemas.android.com/tools " >
1+ <resources >
22 <!-- Base application theme. -->
33 <style name =" Theme.BrBaCompose" parent =" Theme.MaterialComponents.DayNight.DarkActionBar" >
44 <!-- Primary brand color. -->
1010 <!-- <item name="colorSecondaryVariant">@color/teal_700</item>-->
1111 <!-- <item name="colorOnSecondary">@color/black</item>-->
1212 <!-- Status bar color. -->
13- <item name =" android:statusBarColor" tools : targetApi = " l " >@color/immersive_sys_ui</item >
13+ <item name =" android:statusBarColor" >@color/immersive_sys_ui</item >
1414 <!-- Customize your theme here. -->
1515 </style >
1616
You can’t perform that action at this time.
0 commit comments