初始化

This commit is contained in:
ouyang
2017-08-15 15:04:48 +08:00
parent f1de8d5d3e
commit 9412cc7505
3464 changed files with 236938 additions and 0 deletions
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_focused="true" android:drawable= "@color/umeng_comm_f6f7f9" />
<item android:state_pressed="true" android:drawable= "@color/umeng_comm_f6f7f9" />
<item android:drawable="@color/umeng_comm_white_color" />
</selector>