Guest User

Untitled

a guest
Mar 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <selector xmlns:android="http://schemas.android.com/apk/res/android">
  2. <item android:state_enabled="false" >
  3. android:alpha="0.5"
  4. </item>
  5.  
  6. <item android:state_enabled="true" >
  7. android:alpha="1"
  8. </item>
  9. </selector>
Add Comment
Please, Sign In to add comment