tablehead.xml 503 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android" >
  3. <gradient
  4. android:angle="0"
  5. android:endColor="@android:color/holo_blue_dark"
  6. android:startColor="@android:color/holo_blue_dark" />
  7. <stroke
  8. android:width="1dp"
  9. android:color="#00000000" />
  10. <padding
  11. android:bottom="10dp"
  12. android:left="10dp"
  13. android:right="10dp"
  14. android:top="10dp" />
  15. </shape>