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

Commit e129ddf2 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Fix alignment of progressbar when app is being loaded

parent 00ecb132
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -24,6 +24,12 @@
    android:orientation="vertical"
    tools:context=".application.ApplicationFragment">

    <ProgressBar
        android:id="@+id/progressBar"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:layout_gravity="center" />

    <androidx.appcompat.widget.Toolbar
        android:id="@+id/toolbar"
        android:layout_width="match_parent"
@@ -47,12 +53,6 @@
            android:layout_width="match_parent"
            android:layout_height="match_parent">

            <ProgressBar
                android:id="@+id/progressBar"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_centerInParent="true" />

            <LinearLayout
                android:id="@+id/applicationLayout"
                android:layout_width="match_parent"