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