feat: show progress indicator for device ops
This commit is contained in:
@@ -45,6 +45,18 @@
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:text="Device Name" />
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/device_progress"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
app:layout_constraintEnd_toStartOf="@id/device_actions"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
android:visibility="invisible"
|
||||
android:indeterminateTint="?attr/colorPrimary"
|
||||
android:paddingEnd="10dp" />
|
||||
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/device_actions"
|
||||
style="@style/Widget.MaterialComponents.Button.Icon"
|
||||
|
||||
Reference in New Issue
Block a user