UI commit2

This commit is contained in:
RowenaWinston
2013-10-28 23:06:37 -04:00
parent ecc5a001ed
commit f6da66101d
46 changed files with 385 additions and 124 deletions

View File

@ -14,6 +14,9 @@
<color name="pink">#ff3399</color>
<color name="white">#ffffff</color>
<color name="eggshell">#fffacd</color>
<color name="background">#daa520</color>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- File created by the Android Action Bar Style Generator
Copyright (C) 2011 The Android Open Source Project
Copyright (C) 2012 readyState Software Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<color name="pressed_unccgameday">#CCB99F10</color>
</resources>

View File

@ -1,7 +1,7 @@
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">5dp</dimen>
<dimen name="activity_vertical_margin">5dp</dimen>
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
</resources>

View File

@ -30,7 +30,7 @@
<string name="organization_comments">Comments:</string>
<string name="registration_view_check_ins">View Check-In List</string>
<string name="button_save">Save</string>
<string name="title_parking_selection">Please Select a Lot</string>
<string name="title_parking_selection">Please Select a Parking Lot</string>
<string name="button_get_alerts">Get Alerts</string>
<string name="select_university_alerts">University Alerts</string>
<string name="select_organization_alerts">Organization Alerts</string>

View File

@ -0,0 +1,80 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- File created by the Android Action Bar Style Generator
Copyright (C) 2011 The Android Open Source Project
Copyright (C) 2012 readyState Software Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<style name="Theme.Unccgameday" parent="@android:style/Theme.Holo">
<item name="android:actionBarItemBackground">@drawable/selectable_background_unccgameday</item>
<item name="android:popupMenuStyle">@style/PopupMenu.Unccgameday</item>
<item name="android:dropDownListViewStyle">@style/DropDownListView.Unccgameday</item>
<item name="android:actionBarTabStyle">@style/ActionBarTabStyle.Unccgameday</item>
<item name="android:actionDropDownStyle">@style/DropDownNav.Unccgameday</item>
<item name="android:actionBarStyle">@style/ActionBar.Solid.Unccgameday</item>
<item name="android:actionModeBackground">@drawable/cab_background_top_unccgameday</item>
<item name="android:actionModeSplitBackground">@drawable/cab_background_bottom_unccgameday</item>
<item name="android:actionModeCloseButtonStyle">@style/ActionButton.CloseMode.Unccgameday</item>
</style>
<style name="ActionBar.Solid.Unccgameday" parent="@android:style/Widget.Holo.ActionBar.Solid">
<item name="android:background">@drawable/ab_solid_unccgameday</item>
<item name="android:backgroundStacked">@drawable/ab_stacked_solid_unccgameday</item>
<item name="android:backgroundSplit">@drawable/ab_bottom_solid_unccgameday</item>
<item name="android:progressBarStyle">@style/ProgressBar.Unccgameday</item>
</style>
<style name="ActionBar.Transparent.Unccgameday" parent="@android:style/Widget.Holo.ActionBar">
<item name="android:background">@drawable/ab_transparent_unccgameday</item>
<item name="android:progressBarStyle">@style/ProgressBar.Unccgameday</item>
</style>
<style name="PopupMenu.Unccgameday" parent="@android:style/Widget.Holo.ListPopupWindow">
<item name="android:popupBackground">@drawable/menu_dropdown_panel_unccgameday</item>
</style>
<style name="DropDownListView.Unccgameday" parent="@android:style/Widget.Holo.ListView.DropDown">
<item name="android:listSelector">@drawable/selectable_background_unccgameday</item>
</style>
<style name="ActionBarTabStyle.Unccgameday" parent="@android:style/Widget.Holo.ActionBar.TabView">
<item name="android:background">@drawable/tab_indicator_ab_unccgameday</item>
</style>
<style name="DropDownNav.Unccgameday" parent="@android:style/Widget.Holo.Spinner">
<item name="android:background">@drawable/spinner_background_ab_unccgameday</item>
<item name="android:popupBackground">@drawable/menu_dropdown_panel_unccgameday</item>
<item name="android:dropDownSelector">@drawable/selectable_background_unccgameday</item>
</style>
<style name="ProgressBar.Unccgameday" parent="@android:style/Widget.Holo.ProgressBar.Horizontal">
<item name="android:progressDrawable">@drawable/progress_horizontal_unccgameday</item>
</style>
<style name="ActionButton.CloseMode.Unccgameday" parent="@android:style/Widget.Holo.ActionButton.CloseMode">
<item name="android:background">@drawable/btn_cab_done_unccgameday</item>
</style>
<!-- this style is only referenced in a Light.DarkActionBar based theme -->
<style name="Theme.Unccgameday.Widget" parent="@android:style/Theme.Holo">
<item name="android:popupMenuStyle">@style/PopupMenu.Unccgameday</item>
<item name="android:dropDownListViewStyle">@style/DropDownListView.Unccgameday</item>
</style>
</resources>