From 77349cdf78fc1e7f47e780d3dfd65077b321b73d Mon Sep 17 00:00:00 2001 From: Henrik Baard Date: Fri, 17 Dec 2010 15:51:12 +0100 Subject: Making it possible to style download ui using overlay Today it is not possible to style the download ui using the overlay mechanism. The reason for this is that the download ui is missing an application theme. The solution is to add a DefaultTheme that can be overridden using overlay. Change-Id: I2d01838feb863408e284fd0b558eb0d9c8e50e89 --- ui/AndroidManifest.xml | 20 +++++++++++++++++++- ui/res/values/styles.xml | 22 ++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 ui/res/values/styles.xml diff --git a/ui/AndroidManifest.xml b/ui/AndroidManifest.xml index c2c93241..0772ef35 100644 --- a/ui/AndroidManifest.xml +++ b/ui/AndroidManifest.xml @@ -1,4 +1,21 @@ + @@ -8,7 +25,8 @@ + android:icon="@drawable/ic_launcher_download" + android:theme="@style/DownloadUiDefaultTheme"> diff --git a/ui/res/values/styles.xml b/ui/res/values/styles.xml new file mode 100644 index 00000000..d72b5319 --- /dev/null +++ b/ui/res/values/styles.xml @@ -0,0 +1,22 @@ + + + +