From 070a0b61cd416b9d54d57bf52ba6583f9b111ee6 Mon Sep 17 00:00:00 2001 From: Adrian Roos Date: Thu, 10 Apr 2014 23:25:03 +0200 Subject: Set a dark theme for SystemUI. The default theme for the platform has changed to a light variant. This puts SystemUI back in the dark. Bug: 13635952 Change-Id: I230a2078ba6bf5a79c768f0e357fcbd75f283cf8 --- packages/SystemUI/AndroidManifest.xml | 6 +++++- packages/SystemUI/res/values/styles.xml | 4 +++- .../SystemUI/src/com/android/systemui/SystemUIApplication.java | 9 +++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index 14cc8ad..d371d70 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -110,7 +110,11 @@ android:label="@string/app_label" android:icon="@*android:drawable/platlogo" android:process="com.android.systemui" - android:supportsRtl="true"> + android:supportsRtl="true" + android:theme="@style/systemui_theme"> + 14dp - + +