mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 07:09:56 +01:00
Migrate app to Material Design 3
without dynamic colors, trying to look as before
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="@dimen/margin_small" />
|
||||
|
||||
<ProgressBar
|
||||
<com.google.android.material.progressindicator.CircularProgressIndicator
|
||||
android:id="@+id/progressBar"
|
||||
style="?android:attr/progressBarStyleLarge"
|
||||
style="@style/CircularProgress.Large"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true" />
|
||||
|
||||
Reference in New Issue
Block a user