From 9e05b955fa8e464a1939c22d20cc716f0dbbcd09 Mon Sep 17 00:00:00 2001 From: bspeice Date: Sun, 8 Dec 2013 21:33:46 -0500 Subject: [PATCH] Use the right theme... --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 674787c..0cdca62 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -13,7 +13,7 @@ android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" - android:theme="@style/AppBaseTheme" + android:theme="@style/GameDayTheme" android:name="com.uncc.gameday.GameDay" >