使用任何其他颜色设置AutocompleteTextView边框,让我对资源XML或主java文件进行操作吗?
这是我的XML资源文件:
<AutoCompleteTextView
android:id="@+id/start_box"
style="@android:style/Widget.DeviceDefault.Light.AutoCompleteTextView"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_marginTop="15dp"
android:background="@drawable/write_text"/>