mirror of
				https://github.com/bspeice/UNCCGameDay
				synced 2025-11-03 18:00:43 -05:00 
			
		
		
		
	Changed color of and aligned lot view button
This commit is contained in:
		@ -58,14 +58,34 @@
 | 
			
		||||
            android:text="@string/full_lot" />
 | 
			
		||||
 | 
			
		||||
    </LinearLayout>
 | 
			
		||||
    	
 | 
			
		||||
    		
 | 
			
		||||
   <LinearLayout
 | 
			
		||||
        	android:orientation="vertical"
 | 
			
		||||
         	android:layout_width="fill_parent"
 | 
			
		||||
            android:layout_height="wrap_content"
 | 
			
		||||
            android:paddingTop="@dimen/activity_vertical_margin"
 | 
			
		||||
            android:paddingLeft="@dimen/activity_horizontal_margin"
 | 
			
		||||
            android:paddingRight="@dimen/activity_horizontal_margin"
 | 
			
		||||
        >
 | 
			
		||||
 | 
			
		||||
        <LinearLayout
 | 
			
		||||
            android:layout_width="fill_parent"
 | 
			
		||||
            android:layout_height="0dp"
 | 
			
		||||
            android:layout_gravity="center_horizontal"
 | 
			
		||||
            android:layout_weight="2"
 | 
			
		||||
            android:orientation="horizontal"
 | 
			
		||||
            android:paddingBottom="@dimen/activity_vertical_margin"> 
 | 
			
		||||
 | 
			
		||||
    <Button
 | 
			
		||||
        android:id="@+id/lotViewSubmitRating"
 | 
			
		||||
        style="@style/GameDayTheme"
 | 
			
		||||
        android:layout_gravity="center"
 | 
			
		||||
        style="?android:attr/buttonStyleSmall"
 | 
			
		||||
        android:layout_width="wrap_content"
 | 
			
		||||
        android:layout_height="wrap_content"
 | 
			
		||||
        android:text="@string/submit_rating" 
 | 
			
		||||
        android:onClick="onSubmitRating" />
 | 
			
		||||
        android:onClick="onSubmitRating" 
 | 
			
		||||
        android:background="#488214"/>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user