From 4f4f22eacd342d6a671e1fc685d2228dee98d4da Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 11 Nov 2013 19:53:21 +0100 Subject: [PATCH] Prevent flicker with dark theme --- AndroidManifest.xml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 1d6babbab..c4802b17a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -19,7 +19,7 @@ android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:largeHeap="true" - android:theme="@style/CustomTheme.Light" > + android:theme="@android:style/Theme.Translucent" > diff --git a/CHANGELOG.md b/CHANGELOG.md index 630c06bc8..24613f980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Changelog **Next release** * Fixed rare null pointer exception ([issue](https://github.com/M66B/XPrivacy/issues/739)) +* Fixed flickering with black theme * Added traditional Chinese translation * Updated German translation * Updated Vietnamese translation