17 lines
712 B
XML
17 lines
712 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.google.android.material.textfield.TextInputLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x5="@null"
|
|
NOT_FOUND_0x6="false">
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
layout_width="96dp"
|
|
layout_height="80dp"
|
|
textCursorDrawable="@drawable/material_cursor_drawable"/>
|
|
<TextView
|
|
id="@+id/material_label"
|
|
focusable="false"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"/>
|
|
</com.google.android.material.textfield.TextInputLayout>
|