/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
- <shape xmlns:android="http://schemas.android.com/apk/res/android" >
- <gradient
- android:startColor="#222"
- android:centerX="0"
- android:endColor="#666"
- android:angle="90"
- android:type="sweep"
- />
- </shape>