From c8ef21774d95700bbd49a2c423e42fe62477c831 Mon Sep 17 00:00:00 2001 From: cketti Date: Sun, 26 Jan 2014 06:20:34 +0100 Subject: [PATCH] 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. --- AndroidManifest.xml | 2 +- res/values/styles.xml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d57253f3fd..899bde2c3f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -46,7 +46,7 @@ android:theme="@style/TextSecure.LightTheme"> diff --git a/res/values/styles.xml b/res/values/styles.xml index 8b8bd1689e..269fd7aa90 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -1,9 +1,14 @@ + + - +