From c64cf04d22d5618eff45dd1e957542013f4b61c5 Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Wed, 31 Aug 2016 15:36:24 -0700 Subject: [PATCH] Add dark app theme --- app/src/main/AndroidManifest.xml | 2 +- app/src/main/res/values/styles.xml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a8d8d08..1604971 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -10,7 +10,7 @@ android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" - android:theme="@style/AppTheme"> + android:theme="@style/AppTheme.Dark"> @style/BottomSheetDialogTheme + + +