mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-04 21:17:32 +01:00
Change seekBar and duration colors to secondary
This commit is contained in:
parent
0dbbfab97d
commit
9458276a4e
@ -13,7 +13,7 @@
|
||||
<shape
|
||||
android:shape="line">
|
||||
<stroke
|
||||
android:color="?vctr_content_tertiary"
|
||||
android:color="?vctr_content_secondary"
|
||||
android:width="2dp"/>
|
||||
</shape>
|
||||
</clip>
|
||||
|
@ -73,7 +73,7 @@
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:progressDrawable="@drawable/bg_seek_bar"
|
||||
android:thumbTint="?vctr_content_tertiary"
|
||||
android:thumbTint="?vctr_content_secondary"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@id/audioPlaybackTime"
|
||||
app:layout_constraintTop_toBottomOf="@id/audioPlaybackControlButton"
|
||||
@ -85,7 +85,7 @@
|
||||
style="@style/Widget.Vector.TextView.Caption"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="?vctr_content_tertiary"
|
||||
android:textColor="?vctr_content_secondary"
|
||||
android:layout_marginEnd="4dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@id/audioSeekBar"
|
||||
|
@ -142,7 +142,7 @@
|
||||
android:paddingStart="0dp"
|
||||
android:paddingEnd="0dp"
|
||||
android:progressDrawable="@drawable/bg_seek_bar"
|
||||
android:thumbTint="?vctr_content_tertiary"
|
||||
android:thumbTint="?vctr_content_secondary"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@id/playbackDuration"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
Loading…
x
Reference in New Issue
Block a user