fix seekbar alignment and volume controls color issue

This commit is contained in:
h4h13 2019-02-27 08:25:38 +05:30
parent a74db34121
commit 72a6e86454
8 changed files with 103 additions and 28 deletions

View file

@ -49,6 +49,7 @@
android:id="@+id/progressSlider"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_toLeftOf="@id/songTotalTime"
android:layout_toRightOf="@id/songCurrentProgress"
android:maxHeight="3dp"