56 lines
1.9 KiB
XML
56 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp">
|
|
<TextView
|
|
ellipsize="end"
|
|
id="@+id/title_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
lines="1"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
id="@+id/mandatory_symbol"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/mandatory_symbol"
|
|
layout_toEndOf="@+id/title_label"
|
|
style="@style/2132017982"/>
|
|
</RelativeLayout>
|
|
<EditText
|
|
textColorHint="#c9c6cd"
|
|
ellipsize="end"
|
|
id="@+id/input_text_field"
|
|
background="@drawable/shape_gray_rounded_rectangle"
|
|
layout_width="match_parent"
|
|
layout_height="40dp"
|
|
layout_marginTop="8dp"
|
|
lines="1"
|
|
inputType="text"
|
|
imeOptions="actionNext"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
id="@+id/address_inline_error"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017981"/>
|
|
</LinearLayout>
|
|
</merge>
|