Skip to content

Commit

Permalink
Use M3 style for ss test
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 authored and AndyScherzinger committed Oct 30, 2023
1 parent fb00467 commit a490921
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class LoadingDialog : DialogFragment(), Injectable {

override fun onDestroyView() {
if (dialog != null && retainInstance) {
dialog!!.setDismissMessage(null)
dialog?.setDismissMessage(null)
}

super.onDestroyView()
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/loading_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
android:orientation="horizontal"
android:padding="@dimen/standard_padding">

<com.google.android.material.progressindicator.CircularProgressIndicator
<ProgressBar
android:id="@+id/loadingBar"
style="@style/Widget.Material3.CircularProgressIndicator"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
Expand Down

0 comments on commit a490921

Please sign in to comment.