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

Commit 4bb6f1bd authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[PM] Fix UI issues for PIA V2" into main

parents fa4ac335 e9d10454
Loading
Loading
Loading
Loading
+27 −20
Original line number Diff line number Diff line
@@ -14,13 +14,18 @@
  limitations under the License.
  -->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_height="wrap_content"
    android:layout_width="match_parent"
    android:orientation="vertical"
    android:paddingHorizontal="?android:attr/dialogPreferredPadding"
    android:paddingBottom="@dimen/alert_dialog_inner_padding">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical">

        <include layout="@layout/app_snippet_layout" />

        <ProgressBar
@@ -42,3 +47,5 @@
            android:visibility="gone" />

    </LinearLayout>

</ScrollView>
+26 −19
Original line number Diff line number Diff line
@@ -14,13 +14,18 @@
  limitations under the License.
  -->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_height="wrap_content"
    android:layout_width="match_parent"
    android:orientation="vertical"
    android:paddingHorizontal="?android:attr/dialogPreferredPadding"
    android:paddingBottom="@dimen/alert_dialog_inner_padding">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical">

        <include layout="@layout/app_snippet_layout" />

        <com.google.android.material.progressindicator.LinearProgressIndicator
@@ -41,3 +46,5 @@
            android:visibility="gone" />

    </LinearLayout>

</ScrollView>
+18 −11
Original line number Diff line number Diff line
@@ -14,13 +14,18 @@
  limitations under the License.
  -->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_height="wrap_content"
    android:layout_width="match_parent"
    android:orientation="vertical"
    android:paddingHorizontal="?android:attr/dialogPreferredPadding"
    android:paddingBottom="@dimen/alert_dialog_inner_padding">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical">

        <include layout="@layout/app_snippet_layout" />

        <TextView
@@ -34,3 +39,5 @@
        <include layout="@layout/keep_data_option_layout" />

    </LinearLayout>

</ScrollView>