tablehead.xml 468 B

123456789101112131415161718
  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="#80808080"
  6. android:startColor="#80808080" />
  7. <stroke
  8. android:width="1dp"
  9. android:color="#00000000" />
  10. <padding
  11. android:left="10dp"
  12. android:right="10dp"
  13. android:top="10dp"
  14. android:bottom="10dp"/>
  15. </shape>