26 lines
826 B
XML
26 lines
826 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
background="#ffffff"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
textSize="24sp"
|
||
|
id="@+id/tv_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/onboarding_address_information_house_registration_address"
|
||
|
style="@style/2132017834"/>
|
||
|
<EditText
|
||
|
textSize="24sp"
|
||
|
id="@+id/et_input_address"
|
||
|
background="@drawable/shape_gray_rounded_rectangle"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="52dp"
|
||
|
ems="10"
|
||
|
inputType="textPersonName"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"/>
|
||
|
</LinearLayout>
|