From f33a6c102ff8fd2eb0ba63a2a8503ae634d1cd7a Mon Sep 17 00:00:00 2001 From: zilmar Date: Thu, 11 Aug 2016 19:52:30 +1000 Subject: [PATCH] [Android] Update UI style --- Android/AndroidManifest.xml | 6 +- Android/res/layout/about_licence.xml | 1 - Android/res/values-v11/styles.xml | 5 +- Android/res/values/styles.xml | 62 ++++++++++++------- Android/res/xml/settings.xml | 2 - .../src/emu/project64/game/GameOverlay.java | 2 +- Source/Android/Bridge/SyncBridge.cpp | 36 +++++++++++ Source/Android/Bridge/SyncBridge.h | 26 ++++++++ 8 files changed, 107 insertions(+), 33 deletions(-) create mode 100644 Source/Android/Bridge/SyncBridge.cpp create mode 100644 Source/Android/Bridge/SyncBridge.h diff --git a/Android/AndroidManifest.xml b/Android/AndroidManifest.xml index de695cb3d..81f0df3c8 100644 --- a/Android/AndroidManifest.xml +++ b/Android/AndroidManifest.xml @@ -17,7 +17,7 @@ android:hardwareAccelerated="true" android:icon="@drawable/icon" android:label="@string/app_name" - android:theme="@style/appTheme" > + android:theme="@style/Theme.Project64" > + android:theme="@style/Theme.Project64.GameActivity" > + android:theme="@style/Theme.Project64.GameActivity" > diff --git a/Android/res/layout/about_licence.xml b/Android/res/layout/about_licence.xml index a718e1eff..7406d34ab 100644 --- a/Android/res/layout/about_licence.xml +++ b/Android/res/layout/about_licence.xml @@ -4,5 +4,4 @@ android:id="@+id/webview" android:layout_width="match_parent" android:layout_height="match_parent" /> - \ No newline at end of file diff --git a/Android/res/values-v11/styles.xml b/Android/res/values-v11/styles.xml index b2798e5a2..d4ce6ff3f 100644 --- a/Android/res/values-v11/styles.xml +++ b/Android/res/values-v11/styles.xml @@ -1,7 +1,4 @@ - - - + + @@ -19,22 +27,32 @@ #000000 - - - - + + @android:color/white + @android:color/white + + + + + + +