File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2121 android : theme =" @style/AppTheme" >
2222 <activity
2323 android : name =" .activities.MainActivity"
24- android : screenOrientation =" portrait" >
24+ android : screenOrientation =" portrait"
25+ android : theme =" @style/BlackSplashScreen" >
2526 <intent-filter >
2627 <action android : name =" android.intent.action.MAIN" />
2728
Original file line number Diff line number Diff line change 77 <item name =" actionBarStyle" >@style/AppTheme.ActionBarStyle</item >
88 </style >
99
10+ <style name =" BlackSplashScreen" parent =" AppTheme" >
11+ <item name =" android:windowBackground" >@null</item >
12+ </style >
13+
1014 <style name =" AppTheme.ActionBarStyle" parent =" @style/Base.Widget.AppCompat.ActionBar" >
1115 <item name =" background" >@color/colorPrimary</item >
1216 <item name =" titleTextStyle" >@style/AppTheme.ActionBar.TitleTextStyle</item >
You can’t perform that action at this time.
0 commit comments