mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 03:48:12 +03:00
Update buffering view
This commit is contained in:
parent
9c5b6d8207
commit
6ff7a7f3ae
1 changed files with 6 additions and 2 deletions
|
@ -78,14 +78,18 @@
|
|||
app:layout_constraintTop_toBottomOf="@id/headerBottomBarrier"
|
||||
app:tint="?vctr_content_secondary" />
|
||||
|
||||
<com.google.android.material.progressindicator.CircularProgressIndicator
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/bufferingView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@string/a11y_voice_broadcast_buffering"
|
||||
android:indeterminate="true"
|
||||
android:indeterminateTint="?vctr_content_secondary"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/playPauseButton"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/headerBottomBarrier" />
|
||||
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
|
Loading…
Reference in a new issue