Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d389f0b1 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

Issue 656: fix off-centered loading icon

parent fc5ec512
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -86,8 +86,7 @@
                android:layout_height="25dp"
                android:visibility="visible"
                app:layout_constraintBottom_toBottomOf="@+id/appPrivacyScore"
                app:layout_constraintEnd_toStartOf="@+id/appPrivacyScore"
                app:layout_constraintHorizontal_chainStyle="packed"
                app:layout_constraintEnd_toEndOf="parent"
                app:layout_constraintStart_toStartOf="parent"
                app:layout_constraintTop_toTopOf="@+id/appPrivacyScore" />

@@ -101,7 +100,7 @@
                android:visibility="invisible"
                app:layout_constraintBottom_toTopOf="@+id/materialTextView2"
                app:layout_constraintEnd_toEndOf="parent"
                app:layout_constraintStart_toEndOf="@+id/loadingBar"
                app:layout_constraintStart_toStartOf="parent"
                app:layout_constraintTop_toTopOf="parent" />

            <com.google.android.material.textview.MaterialTextView