Check if category name is not empty

This commit is contained in:
Koitharu
2021-12-03 21:11:50 +02:00
parent 9b4aa4fd64
commit 5ed0f8b5a6
7 changed files with 26 additions and 63 deletions

View File

@@ -11,7 +11,10 @@
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/inputLayout"
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
app:boxBackgroundMode="filled"
app:boxBackgroundColor="@android:color/transparent"
app:hintEnabled="false"
app:expandedHintEnabled="true"
android:layout_width="match_parent"
android:layout_height="wrap_content">
@@ -21,7 +24,7 @@
android:layout_height="wrap_content"
android:imeOptions="actionDone"
android:singleLine="true"
tools:text="@tools:sample/lorem[2]" />
tools:hint="@tools:sample/lorem[2]" />
</com.google.android.material.textfield.TextInputLayout>