Equalized padding on autocomplete layout
This commit is contained in:
parent
748397f1f0
commit
9a2ed38440
@ -21,7 +21,8 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="5dp">
|
||||
android:paddingLeft="5dp"
|
||||
android:paddingRight="5dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
|
Loading…
Reference in New Issue
Block a user