what-the-bank/resources/res/layout/2131558859.xml

68 lines
2.2 KiB
XML
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
layout_width="match_parent"
layout_height="match_parent">
<TextView
id="@+id/title_text"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<TextView
id="@+id/counter"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_alignBottom="@+id/title_text"
layout_alignParentRight="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
layout_alignParentEnd="true"
style="@style/2132017844"/>
<EditText
textColorHint="#959199"
id="@+id/edit_text"
background="@drawable/shape_gray_rounded_rectangle"
layout_width="match_parent"
layout_height="40dp"
layout_marginTop="8dp"
hint="@string/enter_group_name"
maxLength="40"
layout_below="@+id/title_text"
inputType="text"
imeOptions="actionDone"
paddingStart="16dp"
paddingEnd="32dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<ImageButton
id="@+id/edit_clear"
background="#00000000"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_cross_circle"
adjustViewBounds="true"
layout_alignTop="@+id/edit_text"
layout_alignRight="@+id/edit_text"
layout_alignBottom="@+id/edit_text"
layout_centerVertical="true"
layout_marginEnd="8dp"
layout_alignEnd="@+id/edit_text"/>
<TextView
id="@+id/error_text_view"
visibility="invisible"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
text="@string/favorite_invalid_character"
layout_below="@+id/edit_text"
layout_alignLeft="@+id/edit_text"
layout_alignRight="@+id/edit_text"
layout_alignStart="@+id/edit_text"
layout_alignEnd="@+id/edit_text"
style="@style/2132017856"/>
</merge>