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