mirror of
				https://github.com/bspeice/UNCCGameDay
				synced 2025-11-03 18:00:43 -05:00 
			
		
		
		
	Minor Refactoring
This commit is contained in:
		@ -1,7 +1,6 @@
 | 
			
		||||
<TableLayout 
 | 
			
		||||
    xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    xmlns:tools="http://schemas.android.com/tools"
 | 
			
		||||
    android:id="@+id/TableLayout1"
 | 
			
		||||
    android:id="@+id/HomeLayout"
 | 
			
		||||
    android:layout_width="fill_parent"
 | 
			
		||||
    android:layout_height="fill_parent"
 | 
			
		||||
    tools:context=".activities.MenuActivity" >
 | 
			
		||||
 | 
			
		||||
@ -22,12 +22,12 @@
 | 
			
		||||
        android:layout_width="match_parent"
 | 
			
		||||
        android:layout_height="wrap_content"
 | 
			
		||||
        android:layout_alignParentBottom="true"
 | 
			
		||||
        android:layout_below="@+id/textView1"
 | 
			
		||||
        android:layout_below="@+id/SearchMessageTextView"
 | 
			
		||||
        android:layout_centerHorizontal="true" >
 | 
			
		||||
    </ListView>
 | 
			
		||||
 | 
			
		||||
    <TextView
 | 
			
		||||
        android:id="@+id/textView1"
 | 
			
		||||
        android:id="@+id/SearchMessageTextView"
 | 
			
		||||
        style="@style/GameDayTheme"
 | 
			
		||||
        android:layout_width="wrap_content"
 | 
			
		||||
        android:layout_height="wrap_content"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user