Loading packages/SystemUI/res/layout/controls_dialog_pin.xml +2 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ android:id="@+id/controls_pin_input" android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="48dp" android:hint="@string/controls_pin_instructions" android:inputType="numberPassword" /> <CheckBox Loading @@ -32,5 +33,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="5dp" android:minHeight="48dp" android:text="@string/controls_pin_use_alphanumeric" /> </LinearLayout> Loading
packages/SystemUI/res/layout/controls_dialog_pin.xml +2 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ android:id="@+id/controls_pin_input" android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="48dp" android:hint="@string/controls_pin_instructions" android:inputType="numberPassword" /> <CheckBox Loading @@ -32,5 +33,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="5dp" android:minHeight="48dp" android:text="@string/controls_pin_use_alphanumeric" /> </LinearLayout>