我正在android中制作一个应用程序。
一页有3个edittext。我只想在写文字时更改编辑文本的边框颜色。简单来说。更改四个边框颜色。
现在使用此代码作为背景和边框颜色
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#ffffff" />
<stroke android:width="1dip" android:color="#FF0000" />
</shape>
但是想改变onFocus