Blame view

C5/app/src/main/res/drawable/xx_selector.xml 1.57 KB
fac86401   孙向锦   初始化C5 Vote
1
2
3
4
5
  <?xml version="1.0" encoding="utf-8"?>
  <selector xmlns:android="http://schemas.android.com/apk/res/android" >
      
      
      <item android:state_checked="true" android:state_window_focused="false"  
e3db4ced   wutaian   修改投票,民事表决,新增民事表决结果
6
            android:drawable="@drawable/ic_btn_xx_s" />
fac86401   孙向锦   初始化C5 Vote
7
      <item android:state_checked="false" android:state_window_focused="false"  
e3db4ced   wutaian   修改投票,民事表决,新增民事表决结果
8
            android:drawable="@drawable/ic_btn_xx" />
fac86401   孙向锦   初始化C5 Vote
9
10
            
       <item android:state_checked="true" android:state_window_focused="true"  
e3db4ced   wutaian   修改投票,民事表决,新增民事表决结果
11
            android:drawable="@drawable/ic_btn_xx_s" />
fac86401   孙向锦   初始化C5 Vote
12
      <item android:state_checked="false" android:state_window_focused="true"  
e3db4ced   wutaian   修改投票,民事表决,新增民事表决结果
13
            android:drawable="@drawable/ic_btn_xx" />
fac86401   孙向锦   初始化C5 Vote
14
15
    
      <item android:state_checked="true" android:state_pressed="true"  
e3db4ced   wutaian   修改投票,民事表决,新增民事表决结果
16
            android:drawable="@drawable/ic_btn_xx_s" />
fac86401   孙向锦   初始化C5 Vote
17
      <item android:state_checked="false" android:state_pressed="true"  
e3db4ced   wutaian   修改投票,民事表决,新增民事表决结果
18
            android:drawable="@drawable/ic_btn_xx" />
fac86401   孙向锦   初始化C5 Vote
19
20
    
      <item android:state_checked="true" android:state_focused="true"  
e3db4ced   wutaian   修改投票,民事表决,新增民事表决结果
21
            android:drawable="@drawable/ic_btn_xx_s" />
fac86401   孙向锦   初始化C5 Vote
22
      <item android:state_checked="false" android:state_focused="true"  
e3db4ced   wutaian   修改投票,民事表决,新增民事表决结果
23
            android:drawable="@drawable/ic_btn_xx" />
fac86401   孙向锦   初始化C5 Vote
24
25
            
      <item android:state_checked="true" android:state_focused="false"  
e3db4ced   wutaian   修改投票,民事表决,新增民事表决结果
26
            android:drawable="@drawable/ic_btn_xx_s" />
fac86401   孙向锦   初始化C5 Vote
27
      <item android:state_checked="false" android:state_focused="false" 
e3db4ced   wutaian   修改投票,民事表决,新增民事表决结果
28
           android:drawable="@drawable/ic_btn_xx" />
fac86401   孙向锦   初始化C5 Vote
29
    
e3db4ced   wutaian   修改投票,民事表决,新增民事表决结果
30
31
      <item android:state_checked="false" android:drawable="@drawable/ic_btn_xx" />
      <item android:state_checked="true" android:drawable="@drawable/ic_btn_xx_s" />
fac86401   孙向锦   初始化C5 Vote
32
33
34
35
      
       
  
  </selector>