diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-11-30 12:45:06 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-11-30 13:57:58 +0530 |
commit | ed0fc19725a1ad8e908ea07c8b54df51d5b1d903 (patch) | |
tree | 757591632f0ce5ae335cf3ffaf3cb2e2f0387c08 /app/src/nonFree | |
parent | 09c54007d0e588a933f5957f4d6999dd2d47b9e9 (diff) |
build: upgrade dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/nonFree')
-rw-r--r-- | app/src/nonFree/res/layout/activity_oreo_autofill_sms.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/nonFree/res/layout/activity_oreo_autofill_sms.xml b/app/src/nonFree/res/layout/activity_oreo_autofill_sms.xml index d7a87c8e..294944d1 100644 --- a/app/src/nonFree/res/layout/activity_oreo_autofill_sms.xml +++ b/app/src/nonFree/res/layout/activity_oreo_autofill_sms.xml @@ -36,7 +36,7 @@ <ProgressBar android:id="@+id/progress" - style="@style/Widget.MaterialComponents.ProgressIndicator.Circular.Indeterminate" + style="@style/Widget.MaterialComponents.CircularProgressIndicator" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="10dp" |