Fixed the layout for the fingerprint renaming
Bug: 21957061
Change-Id: I3bf0ecb1f513b51e2632cb9ddbb29e51a39a915c
(cherry picked from commit abd67de1ad
)
This commit is contained in:
committed by
Ian Pedowitz
parent
cd075edf6d
commit
854d08be2b
@@ -19,18 +19,25 @@
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center_horizontal">
|
||||
android:gravity="center_horizontal"
|
||||
android:paddingTop="24dp"
|
||||
android:paddingBottom="17dp"
|
||||
android:paddingEnd="20dp"
|
||||
android:paddingStart="20dp">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical|start"
|
||||
android:layout_margin="10dip"
|
||||
android:text="@string/security_settings_fingerprint_enroll_dialog_name_label"/>
|
||||
android:text="@string/security_settings_fingerprint_enroll_dialog_name_label"
|
||||
android:layout_marginBottom="-8dp"
|
||||
android:layout_marginStart="4dp"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/fingerprint_rename_field"
|
||||
android:layout_width="160dip"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
</LinearLayout>
|
||||
|
Reference in New Issue
Block a user