97 lines
3.4 KiB
XML
97 lines
3.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<RelativeLayout
|
||
|
id="@+id/laser_id_header"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp">
|
||
|
<TextView
|
||
|
id="@+id/laser_id_title"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/hml_personal_info_laser_id_title"
|
||
|
layout_marginEnd="28dp"
|
||
|
style="@style/2132017873"/>
|
||
|
<ImageView
|
||
|
id="@+id/laser_id_help_button"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
src="@drawable/icon_id_questions"
|
||
|
layout_centerVertical="true"
|
||
|
layout_marginStart="-24dp"
|
||
|
layout_toEndOf="@+id/laser_id_title"/>
|
||
|
</RelativeLayout>
|
||
|
<LinearLayout
|
||
|
layout_gravity="center_vertical"
|
||
|
orientation="horizontal"
|
||
|
id="@+id/laser_id_input"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_below="@+id/laser_id_header"
|
||
|
layout_alignLeft="@+id/laser_id_header"
|
||
|
layout_marginEnd="16dp"
|
||
|
layout_alignStart="@+id/laser_id_header">
|
||
|
<EditText
|
||
|
id="@+id/laser_id_first"
|
||
|
nextFocusRight="@+id/laser_id_second"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
hint="@string/hml_laser_id_hint_first"
|
||
|
maxLength="3"
|
||
|
inputType="textVisiblePassword"
|
||
|
imeOptions="actionNext"
|
||
|
style="@style/2132017502"/>
|
||
|
<TextView
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="-"
|
||
|
layout_marginStart="8dp"
|
||
|
layout_marginEnd="8dp"
|
||
|
style="@style/2132017876"/>
|
||
|
<EditText
|
||
|
id="@+id/laser_id_second"
|
||
|
nextFocusRight="@+id/laser_id_third"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
hint="@string/hml_laser_id_hint_second"
|
||
|
maxLength="7"
|
||
|
inputType="textVisiblePassword"
|
||
|
imeOptions="actionNext"
|
||
|
style="@style/2132017502"/>
|
||
|
<TextView
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="-"
|
||
|
layout_marginStart="8dp"
|
||
|
layout_marginEnd="8dp"
|
||
|
style="@style/2132017876"/>
|
||
|
<EditText
|
||
|
id="@+id/laser_id_third"
|
||
|
nextFocusDown="@+id/date_edit_text"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
hint="@string/hml_laser_id_hint_third"
|
||
|
maxLength="2"
|
||
|
inputType="textVisiblePassword"
|
||
|
imeOptions="actionNext"
|
||
|
style="@style/2132017502"/>
|
||
|
</LinearLayout>
|
||
|
<TextView
|
||
|
id="@+id/laser_id_error_text_view"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_below="@+id/laser_id_input"
|
||
|
layout_alignLeft="@+id/laser_id_input"
|
||
|
layout_alignParentRight="true"
|
||
|
layout_alignStart="@+id/laser_id_input"
|
||
|
layout_alignParentEnd="true"
|
||
|
style="@style/2132017856"/>
|
||
|
</RelativeLayout>
|