Themed colors for waveform seek bar and general cleanup.

This commit is contained in:
Anton Chekulaev
2020-10-12 18:43:35 +11:00
parent 066234a30a
commit efbcd0b207
6 changed files with 12 additions and 37 deletions

View File

@@ -70,7 +70,6 @@
</org.thoughtcrime.securesms.components.AnimatingToggle>
<!-- TODO: Extract styling attributes into a theme. -->
<org.thoughtcrime.securesms.loki.views.WaveformSeekBar
android:id="@+id/seek"
android:layout_width="0dp"
@@ -79,6 +78,7 @@
android:layout_gravity="center_vertical"
android:layout_marginStart="4dp"
android:layout_marginEnd="4dp"
app:bar_progress_color="?conversation_item_audio_seek_bar_color"
app:bar_gravity="center"
app:bar_width="4dp"
app:bar_corner_radius="2dp"