PageRenderTime 21ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/TheElements/res/drawable/bg_ui_menubar.xml

http://thelements.googlecode.com/
XML | 9 lines | 9 code | 0 blank | 0 comment | 0 complexity | c7e67b84f4c649679bb1e67cab515841 MD5 | raw file
  1. <shape xmlns:android="http://schemas.android.com/apk/res/android" >
  2. <gradient
  3. android:startColor="#333"
  4. android:centerX="0"
  5. android:endColor="#555"
  6. android:angle="90"
  7. android:type="sweep"
  8. />
  9. </shape>