Track search dialog adjustments (#5479)

* Add clear text button to track search dialog text input

* Track search item adjustments
This commit is contained in:
Ivan Iskandar
2021-07-03 20:44:12 +07:00
committed by GitHub
parent db0c1b2634
commit 64b1c9636b
3 changed files with 32 additions and 14 deletions
@@ -36,7 +36,8 @@
android:layout_height="wrap_content"
android:layout_marginHorizontal="12dp"
android:layout_marginTop="8dp"
android:hint="@string/title">
android:hint="@string/title"
app:endIconMode="clear_text">
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/title_input_edit_text"