titlebar.xml 481 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Shape for the title bar -->
  3. <selector
  4. xmlns:android="http://schemas.android.com/apk/res/android">
  5. <item>
  6. <shape>
  7. <gradient
  8. android:angle="90"
  9. android:centerY="10%"
  10. android:centerX="0.1"
  11. android:startColor="@color/background_bar_gradient"
  12. android:endColor="@color/background_bar"
  13. android:type="linear" />
  14. </shape>
  15. </item>
  16. </selector>