Loading packages/SystemUI/res/layout/biometric_dialog.xml +145 −139 Original line number Diff line number Diff line Loading @@ -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" Loading Loading @@ -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" Loading @@ -186,6 +190,8 @@ </LinearLayout> </ScrollView> </LinearLayout> </FrameLayout> Loading
packages/SystemUI/res/layout/biometric_dialog.xml +145 −139 Original line number Diff line number Diff line Loading @@ -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" Loading Loading @@ -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" Loading @@ -186,6 +190,8 @@ </LinearLayout> </ScrollView> </LinearLayout> </FrameLayout>