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

Commit 8354edfd authored by Weng Su's avatar Weng Su
Browse files

[ProviderModel] Move Wi-Fi progress bar position

Bug: 192817101
Test: manual test for resource file change
Change-Id: Ifaa93f7e868dea90e18642ebe6d3d2c72146938a
parent 8245379a
Loading
Loading
Loading
Loading
+9 −9
Original line number Original line Diff line number Diff line
@@ -58,6 +58,15 @@
        android:layout_height="1dp"
        android:layout_height="1dp"
        android:background="?android:attr/listDivider"/>
        android:background="?android:attr/listDivider"/>


    <ProgressBar
        android:id="@+id/wifi_searching_progress"
        android:indeterminate="true"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:minHeight="1dp"
        android:maxHeight="1dp"
        style="@*android:style/Widget.Material.ProgressBar.Horizontal"/>

    <androidx.core.widget.NestedScrollView
    <androidx.core.widget.NestedScrollView
        android:id="@+id/scroll_view"
        android:id="@+id/scroll_view"
        android:layout_width="match_parent"
        android:layout_width="match_parent"
@@ -149,15 +158,6 @@


                </LinearLayout>
                </LinearLayout>


                <ProgressBar
                    android:id="@+id/wifi_searching_progress"
                    android:indeterminate="true"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:minHeight="1dp"
                    android:maxHeight="1dp"
                    style="@*android:style/Widget.Material.ProgressBar.Horizontal"/>

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