mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Fix color of sending media progress bar.
This commit is contained in:
parent
0b98dfc976
commit
9eedac3e6d
@ -150,10 +150,10 @@
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/eventSendingIndicator"
|
||||
style="?android:attr/progressBarStyleSmall"
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="16dp"
|
||||
android:layout_alignBottom="@+id/viewStubContainer"
|
||||
android:indeterminateTint="?riotx_text_secondary"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
|
Loading…
Reference in New Issue
Block a user