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

Commit ce1f4c03 authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Fix BiometricPrompt for smaller screens"

parents 2b1bf80c 81d8395b
Loading
Loading
Loading
Loading
+145 −139
Original line number Diff line number Diff line
@@ -39,13 +39,17 @@
            android:layout_height="0dp"
            android:layout_weight="1" />

        <ScrollView
            android:layout_width="match_parent"
            android:layout_height="wrap_content">

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

            <!-- This is not a Space since Spaces cannot be clicked. The width of this changes depending
             on horizontal/portrait orientation -->
                <!-- This is not a Space since Spaces cannot be clicked. The width of this changes
                depending on horizontal/portrait orientation -->
                <View
                    android:id="@+id/left_space"
                    android:layout_weight="1"
@@ -176,8 +180,8 @@
                        </LinearLayout>
                    </LinearLayout>

            <!-- This is not a Space since Spaces cannot be clicked. The width of this changes depending
             on horizontal/portrait orientation -->
                <!-- This is not a Space since Spaces cannot be clicked. The width of this changes
                depending on horizontal/portrait orientation -->
                <View
                    android:id="@+id/right_space"
                    android:layout_weight="1"
@@ -186,6 +190,8 @@

            </LinearLayout>

        </ScrollView>

    </LinearLayout>

</FrameLayout>