Add 8dp margin on the right side of the progress bar

This commit is contained in:
Coffeemakr 2016-12-28 08:15:12 +01:00
parent ac0dff7aa1
commit 83541a0d5d

View file

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