mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-07-03 06:45:17 -04:00
Fixed Buttons on home page. Began changes to UI. Updated strings values
in lot view.
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.Unccgameday"
|
||||
android:theme="@style/GameDayTheme"
|
||||
android:name="com.uncc.gameday.GameDay" >
|
||||
<activity
|
||||
android:name="com.uncc.gameday.activities.Alerts"
|
||||
@ -27,10 +27,6 @@
|
||||
android:name="com.uncc.gameday.activities.Registration"
|
||||
android:label="@string/title_activity_registration" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name="com.uncc.gameday.activities.Search"
|
||||
android:label="@string/title_activity_search_rsvp" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name="com.uncc.gameday.activities.Home"
|
||||
android:label="@string/app_name" >
|
||||
@ -40,7 +36,6 @@
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<service android:name="com.uncc.gameday.alerts.AlertService"/>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
Reference in New Issue
Block a user