move style to end of properties
This commit is contained in:
parent
5b211b0577
commit
fe49ce12e5
1 changed files with 2 additions and 2 deletions
|
|
@ -44,10 +44,10 @@
|
||||||
|
|
||||||
<SeekBar
|
<SeekBar
|
||||||
android:id="@+id/player_progress_slider"
|
android:id="@+id/player_progress_slider"
|
||||||
style="@style/MusicProgressSlider"
|
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_toStartOf="@id/player_song_total_time"
|
android:layout_toStartOf="@id/player_song_total_time"
|
||||||
android:layout_toEndOf="@id/player_song_current_progress" />
|
android:layout_toEndOf="@id/player_song_current_progress"
|
||||||
|
style="@style/MusicProgressSlider" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue