Fix space texthelper
Increase padding between text field and hint text for 2dp.
This commit is contained in:
parent
25bebf2e71
commit
baa31ef389
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
||||||
android:id="@+id/tags_field"
|
android:id="@+id/tags_field"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginBottom="@dimen/subHeaderPadding"
|
||||||
android:imeOptions="actionDone"
|
android:imeOptions="actionDone"
|
||||||
android:background = "?attr/text_input_background"
|
android:background = "?attr/text_input_background"
|
||||||
android:text="osmand" />
|
android:text="osmand" />
|
||||||
|
|
Loading…
Reference in a new issue