Add 8dp margin on the right side of the progress bar
This commit is contained in:
parent
ac0dff7aa1
commit
83541a0d5d
1 changed files with 3 additions and 2 deletions
|
@ -45,7 +45,8 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:id="@+id/playbackProgress"
|
android:id="@+id/playbackProgress"
|
||||||
style="@style/Widget.AppCompat.ProgressBar.Horizontal" />
|
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
|
||||||
|
android:layout_marginRight="8dp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
|
|
Loading…
Reference in a new issue