当我单击按钮时,从位置不起作用,然后它显示多个地址。选择大地址后,一半的文本在编辑文本中不可见。
<EditText
android:id="@+id/txtFromCity"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="0.60"
android:inputType="textPostalAddress"
android:text=""
android:maxLength="100"
android:hint="Required"
android:textColor="@color/black"
android:textAppearance="@android:style/TextAppearance.Holo.Small"
style="@style/TextAppearance.AppCompat.Small"
android:focusableInTouchMode="false"/>