Fix space texthelper

Increase padding between text field and hint text for 2dp.
This commit is contained in:
androiddevkkotlin 2020-11-14 01:41:45 +02:00
parent 25bebf2e71
commit baa31ef389

View file

@ -60,6 +60,7 @@
android:id="@+id/tags_field"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/subHeaderPadding"
android:imeOptions="actionDone"
android:background = "?attr/text_input_background"
android:text="osmand" />