mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-04 23:28:12 -05:00
Get the parking progress bar correct
This commit is contained in:
parent
2568ff97f6
commit
fbf1073565
@ -3,11 +3,10 @@
|
||||
xmlns:tools="http://schemas.android.com/tool"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:paddingBottom="@dimen/activity_vertical_margin"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin"
|
||||
android:paddingRight="@dimen/activity_horizontal_margin"
|
||||
android:paddingTop="@dimen/activity_vertical_margin"
|
||||
android:orientation="vertical" >
|
||||
android:paddingTop="@dimen/activity_vertical_margin" >
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
@ -21,9 +20,10 @@
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/lotViewCurrentFilled"
|
||||
android:layout_width="fill_parent"
|
||||
style="?android:attr/progressBarStyleHorizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/GameDayTheme" />
|
||||
android:layout_gravity="center_vertical|top" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@ -67,4 +67,6 @@
|
||||
android:text="@string/submit_rating"
|
||||
android:onClick="onSubmitRating" />
|
||||
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user