聚焦改变字体,背景颜色
聚焦改变背景色 <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_focused="true" android:drawable="@color/red"></item> </selector> <EditText android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="hahah" android:background="@drawable/tc1"/> <EditText android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/tc1" android:textColor="@drawable/tc1"/> 改变字体颜色 <resources> <!-- Base application theme. --> <!--<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">--> <style name=