From 425d194e4f7a97b5ff65ec80eeaa40d6f2424f0c Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 29 Apr 2018 01:10:22 +0530 Subject: wg: Add and use dummy AppTheme Preparation for when the app will start carrying colors reflecting the WireGuard brand. Signed-off-by: Harsh Shandilya --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/AndroidManifest.xml') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 63d8aa78..48fc0763 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -16,7 +16,7 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@android:style/Theme.Material.Light.DarkActionBar" + android:theme="@style/AppTheme" tools:ignore="UnusedAttribute"> -- cgit v1.2.3