Newer
Older
dxcgt_app / app / src / main / res / drawable / titlebar_bg.xml
wangxitong on 12 Jan 2021 359 bytes first commit
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:drawable="@drawable/title_back_pressed" android:state_pressed="true"/>
    <item android:drawable="@drawable/title_back_pressed" android:state_focused="true"/>
    <item android:drawable="@drawable/title_back_normal"/>

</selector>