/TheElements/res/drawable/bg_ui_control.xml

http://thelements.googlecode.com/ · XML · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 05ffe6e3b9b1e58614c35794ebf36ea7 MD5 · raw file

  1. <shape xmlns:android="http://schemas.android.com/apk/res/android" >
  2. <gradient
  3. android:startColor="#222"
  4. android:centerX="0"
  5. android:endColor="#666"
  6. android:angle="90"
  7. android:type="sweep"
  8. />
  9. </shape>