bg_edittext_comment.xml 303 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/btn_comment" android:state_window_focused="false" />
    <item android:drawable="@drawable/bg_edittext_focused" android:state_focused="true" />
</selector>