Fixed height on 4.4

This commit is contained in:
ByteHamster 2017-08-13 19:43:35 +02:00
parent 616fb5eda9
commit 529d6502ac
2 changed files with 2 additions and 3 deletions

View File

@ -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>

View File

@ -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"