Initial commit
This commit is contained in:
10
resources/res/drawable/sel_common_negative_btn.xml
Normal file
10
resources/res/drawable/sel_common_negative_btn.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:state_pressed="true"
|
||||
android:drawable="@drawable/common_bg_gray_negative_btn_pressed"/>
|
||||
<item
|
||||
android:state_pressed="false"
|
||||
android:drawable="@drawable/common_bg_gray_negative_btn_normal"/>
|
||||
<item android:drawable="@drawable/common_bg_gray_negative_btn_normal"/>
|
||||
</selector>
|
||||
Reference in New Issue
Block a user