refactor some style properties
This commit is contained in:
parent
376332bed9
commit
5b211b0577
6 changed files with 12 additions and 7 deletions
|
|
@ -44,10 +44,10 @@
|
|||
|
||||
<SeekBar
|
||||
android:id="@+id/player_progress_slider"
|
||||
style="@style/MusicProgressSlider"
|
||||
android:layout_height="match_parent"
|
||||
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>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
android:layout_height="@dimen/mini_player_height"
|
||||
android:background="?cardBackgroundColor"
|
||||
android:clickable="true"
|
||||
android:focusable="false"
|
||||
android:focusable="true"
|
||||
android:transitionName="@string/transition_mini_player"
|
||||
tools:ignore="UnusedAttribute">
|
||||
|
||||
|
|
@ -49,11 +49,11 @@
|
|||
|
||||
<me.zhanghai.android.materialprogressbar.MaterialProgressBar
|
||||
android:id="@+id/progress_bar"
|
||||
style="@style/Widget.MaterialProgressBar.ProgressBar.Horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="3dp"
|
||||
android:layout_height="4dp"
|
||||
android:layout_gravity="bottom"
|
||||
app:mpb_progressStyle="horizontal"
|
||||
app:mpb_useIntrinsicPadding="false" />
|
||||
app:mpb_useIntrinsicPadding="false"
|
||||
style="@style/Widget.MaterialProgressBar.ProgressBar.Horizontal" />
|
||||
|
||||
</FrameLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue