am 31e554ac
: am babeeacb
: am aab3a4c8
: Merge "Fixed the layout for the fingerprint renaming" into mnc-dr-dev
* commit '31e554acff0106cade16516a056bdc1b0087ee6c': Fixed the layout for the fingerprint renaming
This commit is contained in:
@@ -19,18 +19,25 @@
|
|||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="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
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center_vertical|start"
|
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
|
<EditText
|
||||||
android:id="@+id/fingerprint_rename_field"
|
android:id="@+id/fingerprint_rename_field"
|
||||||
android:layout_width="160dip"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content" />
|
android:layout_height="wrap_content" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Reference in New Issue
Block a user