mirror of
				https://github.com/bspeice/UNCCGameDay
				synced 2025-11-03 18:00:43 -05:00 
			
		
		
		
	Fix up the lot_view file
This commit is contained in:
		@ -16,7 +16,7 @@
 | 
			
		||||
            android:id="@+id/lotViewFilledStatus"
 | 
			
		||||
            android:layout_width="wrap_content"
 | 
			
		||||
            android:layout_height="wrap_content"
 | 
			
		||||
            android:text="@string/filled_status"/>
 | 
			
		||||
            android:text="@string/filled_status" />
 | 
			
		||||
 | 
			
		||||
        <ProgressBar
 | 
			
		||||
            android:id="@+id/lotViewCurrentFilled"
 | 
			
		||||
@ -24,7 +24,6 @@
 | 
			
		||||
            android:layout_width="match_parent"
 | 
			
		||||
            android:layout_height="wrap_content"
 | 
			
		||||
            android:layout_gravity="center_vertical|top" />
 | 
			
		||||
 | 
			
		||||
    </LinearLayout>
 | 
			
		||||
 | 
			
		||||
    <TextView
 | 
			
		||||
@ -42,51 +41,38 @@
 | 
			
		||||
            android:id="@+id/lotViewEmpty"
 | 
			
		||||
            android:layout_width="wrap_content"
 | 
			
		||||
            android:layout_height="wrap_content"
 | 
			
		||||
            android:text="@string/empty_lot"/>
 | 
			
		||||
            android:text="@string/empty_lot" />
 | 
			
		||||
 | 
			
		||||
        <SeekBar
 | 
			
		||||
            android:id="@+id/lotViewLotRating"
 | 
			
		||||
            style="@style/GameDayTheme"
 | 
			
		||||
            android:layout_width="0dip"
 | 
			
		||||
            android:layout_height="wrap_content"
 | 
			
		||||
            android:layout_weight="1" 
 | 
			
		||||
            style="@style/GameDayTheme"/>
 | 
			
		||||
            android:layout_weight="1" />
 | 
			
		||||
 | 
			
		||||
        <TextView
 | 
			
		||||
            android:id="@+id/lotViewFull"
 | 
			
		||||
            android:layout_width="wrap_content"
 | 
			
		||||
            android:layout_height="wrap_content"
 | 
			
		||||
            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"
 | 
			
		||||
        android:layout_gravity="center"
 | 
			
		||||
        style="?android:attr/buttonStyleSmall"
 | 
			
		||||
        android:layout_width="wrap_content"
 | 
			
		||||
    <LinearLayout
 | 
			
		||||
        android:layout_width="fill_parent"
 | 
			
		||||
        android:layout_height="wrap_content"
 | 
			
		||||
        android:text="@string/submit_rating" 
 | 
			
		||||
        android:onClick="onSubmitRating" 
 | 
			
		||||
        android:background="#488214"/>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        android:orientation="vertical"
 | 
			
		||||
        android:paddingLeft="@dimen/activity_horizontal_margin"
 | 
			
		||||
        android:paddingRight="@dimen/activity_horizontal_margin"
 | 
			
		||||
        android:paddingTop="@dimen/activity_vertical_margin" >
 | 
			
		||||
 | 
			
		||||
        <Button
 | 
			
		||||
	        android:id="@+id/lotViewSubmitRating"
 | 
			
		||||
	        style="?android:attr/buttonStyleSmall"
 | 
			
		||||
	        android:layout_width="wrap_content"
 | 
			
		||||
	        android:layout_height="wrap_content"
 | 
			
		||||
	        android:layout_gravity="center"
 | 
			
		||||
	        android:background="#488214"
 | 
			
		||||
	        android:onClick="onSubmitRating"
 | 
			
		||||
	        android:text="@string/submit_rating" />
 | 
			
		||||
	</LinearLayout>
 | 
			
		||||
</LinearLayout>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user