#378 Enhance category handling

Added padding to EditText
This commit is contained in:
stefan-niedermann 2020-01-25 15:24:27 +01:00
parent ccf2f5243a
commit 32ef99dcd6

View file

@ -13,7 +13,8 @@
<com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:padding="16dp">
<EditText
android:id="@+id/search"