You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
FYReader/DialogX/src/main/res/drawable/button_dialogx_miui_gray.xml

6 lines
371 B

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"
android:exitFadeDuration="100">
<item android:drawable="@drawable/rect_dialogx_miui_button_gray_press" android:state_pressed="true" />
<item android:drawable="@drawable/rect_dialogx_miui_button_gray_normal" android:state_pressed="false" />
</selector>