schedulet_discipline.xml 292 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:shape="rectangle">
  5. <stroke
  6. android:width="1px"
  7. android:color="#666699">
  8. </stroke>
  9. <solid
  10. android:color="#d3d3e2">
  11. </solid>
  12. </shape>