70 lines
2.3 KiB
XML
70 lines
2.3 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/text_label"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/schedule_setup_004"
|
||
|
style="@style/2132017876"/>
|
||
|
<EditText
|
||
|
gravity="center_vertical"
|
||
|
id="@+id/edit_date_field"
|
||
|
background="@drawable/shape_gray_rounded_rectangle"
|
||
|
focusable="false"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="40dp"
|
||
|
layout_marginTop="8dp"
|
||
|
hint="@string/schedule_setup_009"
|
||
|
cursorVisible="false"
|
||
|
maxLines="1"
|
||
|
layout_below="@+id/text_label"
|
||
|
inputType="text"
|
||
|
paddingStart="16dp"
|
||
|
style="@style/2132017836"/>
|
||
|
<ImageButton
|
||
|
id="@+id/calendar"
|
||
|
background="?attr/selectableItemBackgroundBorderless"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="40dp"
|
||
|
src="@drawable/calendar"
|
||
|
tint="#7631c1"
|
||
|
layout_alignTop="@+id/edit_date_field"
|
||
|
layout_alignBottom="@+id/edit_date_field"
|
||
|
layout_alignParentRight="true"
|
||
|
paddingEnd="16dp"
|
||
|
layout_alignParentEnd="true"/>
|
||
|
<EditText
|
||
|
gravity="center_vertical"
|
||
|
id="@+id/edit_input_field2"
|
||
|
background="@drawable/shape_gray_rounded_rectangle"
|
||
|
focusable="false"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="40dp"
|
||
|
layout_marginTop="8dp"
|
||
|
hint="@string/schedule_setup_009"
|
||
|
cursorVisible="false"
|
||
|
maxLines="1"
|
||
|
layout_below="@+id/text_label"
|
||
|
inputType="text"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="56dp"
|
||
|
style="@style/2132017836"/>
|
||
|
<ImageView
|
||
|
id="@+id/arrow"
|
||
|
background="?attr/selectableItemBackgroundBorderless"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="40dp"
|
||
|
src="@drawable/ic_expand_more_black_24dp"
|
||
|
tint="#7631c1"
|
||
|
layout_alignTop="@+id/edit_input_field2"
|
||
|
layout_alignBottom="@+id/edit_input_field2"
|
||
|
layout_alignParentRight="true"
|
||
|
paddingEnd="16dp"
|
||
|
layout_alignParentEnd="true"/>
|
||
|
</RelativeLayout>
|