mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-04 23:28:12 -05:00
Merge branch 'master' of https://github.com/DjBushido/UNCCGameDay.git
This commit is contained in:
commit
cf92d33d17
@ -16,7 +16,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/home_label_recent_alerts"
|
||||
android:textColor="@color/green" />
|
||||
android:textColor="#A4C739" />
|
||||
|
||||
</TableRow>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
android:layout_marginTop="0dp"
|
||||
android:text="@string/title_parking_selection"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textColor="@color/green" />
|
||||
android:textColor="#A4C739" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/parkingMap"
|
||||
|
@ -18,6 +18,18 @@
|
||||
android:textAllCaps="false"
|
||||
android:textColor="@color/white"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/editStudentFirstName"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignLeft="@+id/studentFirstName"
|
||||
android:layout_below="@+id/studentFirstName"
|
||||
android:ems="10"
|
||||
android:inputType="textPersonName"
|
||||
android:textColor="@color/white" />
|
||||
|
||||
<requestFocus />
|
||||
|
||||
|
||||
|
||||
@ -42,10 +54,9 @@
|
||||
android:layout_marginBottom="70dp"
|
||||
android:ems="10"
|
||||
android:inputType="number"
|
||||
android:textColor="@color/white" >
|
||||
android:textColor="@color/white" />
|
||||
|
||||
<requestFocus />
|
||||
</EditText>
|
||||
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/checkBoxBroadcastInfo"
|
||||
@ -68,16 +79,8 @@
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textColor="@color/white" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/editStudentFirstName"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignLeft="@+id/studentFirstName"
|
||||
android:layout_below="@+id/studentFirstName"
|
||||
android:ems="10"
|
||||
android:inputType="textPersonName"
|
||||
android:textColor="@color/white" />
|
||||
|
||||
|
||||
|
||||
<TextView
|
||||
android:id="@+id/sectionNumber"
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -42,9 +42,9 @@
|
||||
android:text="@string/search_text"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:textStyle="italic"
|
||||
android:textColor="@color/green"
|
||||
android:textColor="@color/white"
|
||||
android:padding="2dp"
|
||||
android:shadowColor="@color/gold"
|
||||
android:shadowColor="@color/silver"
|
||||
android:shadowDx="3"
|
||||
android:shadowDy="-3"
|
||||
android:shadowRadius="1.5" />
|
||||
|
Loading…
Reference in New Issue
Block a user