From 6d28a9ed9ff039237775ea133377f8b59ca857c1 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 6 Oct 2011 04:47:07 +0200 Subject: NEWT/Android: Add TRANSLUCENT feature / Demo: 'GearsES2T' --- make/resources/android/AndroidManifest-launcher.xml | 14 ++++++++++++++ .../resources/android/res-launcher/values/colors.xml | 6 ++++++ .../android/res-launcher/values/strings.xml | 2 ++ .../resources/android/res-launcher/values/styles.xml | 20 ++++++++++++++++++++ 4 files changed, 42 insertions(+) create mode 100644 make/resources/android/res-launcher/values/colors.xml create mode 100644 make/resources/android/res-launcher/values/styles.xml (limited to 'make') diff --git a/make/resources/android/AndroidManifest-launcher.xml b/make/resources/android/AndroidManifest-launcher.xml index 9166dd3c4..88abc8ba5 100644 --- a/make/resources/android/AndroidManifest-launcher.xml +++ b/make/resources/android/AndroidManifest-launcher.xml @@ -70,6 +70,20 @@ + + + + + + + + #ff000000 + #e0000000 + #00000000 + diff --git a/make/resources/android/res-launcher/values/strings.xml b/make/resources/android/res-launcher/values/strings.xml index f4b558df3..8b6928d9c 100644 --- a/make/resources/android/res-launcher/values/strings.xml +++ b/make/resources/android/res-launcher/values/strings.xml @@ -11,6 +11,8 @@ GearsES1 GearsES2 GearsES2 + GearsES2T + GearsES2T GraphUI1p GraphUI 1-pass GraphUI2p diff --git a/make/resources/android/res-launcher/values/styles.xml b/make/resources/android/res-launcher/values/styles.xml new file mode 100644 index 000000000..5b7eb7e2e --- /dev/null +++ b/make/resources/android/res-launcher/values/styles.xml @@ -0,0 +1,20 @@ + + + + + + + + + -- cgit v1.2.3