Fixed height on 4.4
This commit is contained in:
parent
616fb5eda9
commit
529d6502ac
|
@ -121,11 +121,10 @@
|
|||
|
||||
<ProgressBar
|
||||
android:id="@+id/pbar_progress"
|
||||
style="?android:attr/progressBarStyleHorizontal"
|
||||
style="?attr/progressBarTheme"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="4dp"
|
||||
android:layout_below="@id/txtvDuration"
|
||||
android:layout_marginTop="-2dp"
|
||||
android:max="100" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
|
||||
<ProgressBar
|
||||
android:id="@+id/progressBar"
|
||||
style="?android:attr/progressBarStyleHorizontal"
|
||||
style="?attr/progressBarTheme"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="4dp"
|
||||
android:layout_below="@id/txtvProgressLeft"
|
||||
|
|
Loading…
Reference in New Issue