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:id="@+id/lotViewFilledStatus"
 | 
				
			||||||
            android:layout_width="wrap_content"
 | 
					            android:layout_width="wrap_content"
 | 
				
			||||||
            android:layout_height="wrap_content"
 | 
					            android:layout_height="wrap_content"
 | 
				
			||||||
            android:text="@string/filled_status"/>
 | 
					            android:text="@string/filled_status" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <ProgressBar
 | 
					        <ProgressBar
 | 
				
			||||||
            android:id="@+id/lotViewCurrentFilled"
 | 
					            android:id="@+id/lotViewCurrentFilled"
 | 
				
			||||||
@ -24,7 +24,6 @@
 | 
				
			|||||||
            android:layout_width="match_parent"
 | 
					            android:layout_width="match_parent"
 | 
				
			||||||
            android:layout_height="wrap_content"
 | 
					            android:layout_height="wrap_content"
 | 
				
			||||||
            android:layout_gravity="center_vertical|top" />
 | 
					            android:layout_gravity="center_vertical|top" />
 | 
				
			||||||
 | 
					 | 
				
			||||||
    </LinearLayout>
 | 
					    </LinearLayout>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <TextView
 | 
					    <TextView
 | 
				
			||||||
@ -42,51 +41,38 @@
 | 
				
			|||||||
            android:id="@+id/lotViewEmpty"
 | 
					            android:id="@+id/lotViewEmpty"
 | 
				
			||||||
            android:layout_width="wrap_content"
 | 
					            android:layout_width="wrap_content"
 | 
				
			||||||
            android:layout_height="wrap_content"
 | 
					            android:layout_height="wrap_content"
 | 
				
			||||||
            android:text="@string/empty_lot"/>
 | 
					            android:text="@string/empty_lot" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <SeekBar
 | 
					        <SeekBar
 | 
				
			||||||
            android:id="@+id/lotViewLotRating"
 | 
					            android:id="@+id/lotViewLotRating"
 | 
				
			||||||
 | 
					            style="@style/GameDayTheme"
 | 
				
			||||||
            android:layout_width="0dip"
 | 
					            android:layout_width="0dip"
 | 
				
			||||||
            android:layout_height="wrap_content"
 | 
					            android:layout_height="wrap_content"
 | 
				
			||||||
            android:layout_weight="1" 
 | 
					            android:layout_weight="1" />
 | 
				
			||||||
            style="@style/GameDayTheme"/>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <TextView
 | 
					        <TextView
 | 
				
			||||||
            android:id="@+id/lotViewFull"
 | 
					            android:id="@+id/lotViewFull"
 | 
				
			||||||
            android:layout_width="wrap_content"
 | 
					            android:layout_width="wrap_content"
 | 
				
			||||||
            android:layout_height="wrap_content"
 | 
					            android:layout_height="wrap_content"
 | 
				
			||||||
            android:text="@string/full_lot" />
 | 
					            android:text="@string/full_lot" />
 | 
				
			||||||
 | 
					 | 
				
			||||||
    </LinearLayout>
 | 
					    </LinearLayout>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    		
 | 
					 | 
				
			||||||
    <LinearLayout
 | 
					    <LinearLayout
 | 
				
			||||||
        	android:orientation="vertical"
 | 
					 | 
				
			||||||
        android:layout_width="fill_parent"
 | 
					        android:layout_width="fill_parent"
 | 
				
			||||||
        android:layout_height="wrap_content"
 | 
					        android:layout_height="wrap_content"
 | 
				
			||||||
            android:paddingTop="@dimen/activity_vertical_margin"
 | 
					        android:orientation="vertical"
 | 
				
			||||||
        android:paddingLeft="@dimen/activity_horizontal_margin"
 | 
					        android:paddingLeft="@dimen/activity_horizontal_margin"
 | 
				
			||||||
        android:paddingRight="@dimen/activity_horizontal_margin"
 | 
					        android:paddingRight="@dimen/activity_horizontal_margin"
 | 
				
			||||||
        >
 | 
					        android:paddingTop="@dimen/activity_vertical_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
 | 
					        <Button
 | 
				
			||||||
	        android:id="@+id/lotViewSubmitRating"
 | 
						        android:id="@+id/lotViewSubmitRating"
 | 
				
			||||||
        android:layout_gravity="center"
 | 
					 | 
				
			||||||
	        style="?android:attr/buttonStyleSmall"
 | 
						        style="?android:attr/buttonStyleSmall"
 | 
				
			||||||
	        android:layout_width="wrap_content"
 | 
						        android:layout_width="wrap_content"
 | 
				
			||||||
	        android:layout_height="wrap_content"
 | 
						        android:layout_height="wrap_content"
 | 
				
			||||||
        android:text="@string/submit_rating" 
 | 
						        android:layout_gravity="center"
 | 
				
			||||||
 | 
						        android:background="#488214"
 | 
				
			||||||
	        android:onClick="onSubmitRating"
 | 
						        android:onClick="onSubmitRating"
 | 
				
			||||||
        android:background="#488214"/>
 | 
						        android:text="@string/submit_rating" />
 | 
				
			||||||
 | 
						</LinearLayout>
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
</LinearLayout>
 | 
					</LinearLayout>
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user