mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01:00
Use black theme without actionbar for RoutingActivity
The theme from the manifest is used for the startup animation. Previously light background with a dark actionbar and the green icon was displayed during the startup animation, then the theme switched to whatever is configured in settings. Now a black background without actionbar is used for the startup animation. This was chosen because a black "flash" when using the light theme is visually less distracting than a white flash when using the dark theme.
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
android:theme="@style/TextSecure.LightTheme">
|
||||
|
||||
<activity android:name=".RoutingActivity"
|
||||
android:theme="@style/NoAnimation.Theme.Sherlock.Light.DarkActionBar"
|
||||
android:theme="@style/NoAnimation.Theme.BlackScreen"
|
||||
android:launchMode="singleTask"
|
||||
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user