From f9af985dd6a0de77f0d99439f42cd8b49a3189ba Mon Sep 17 00:00:00 2001 From: RowenaWinston Date: Sun, 8 Dec 2013 20:56:07 -0500 Subject: [PATCH 1/9] Changed registration button --- AndroidManifest.xml | 2 +- res/layout/activity_registration.xml | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a377483..7498481 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/GameDayTheme" + android:theme="@style/AppBaseTheme" android:name="com.uncc.gameday.GameDay" > - -