debug_stroke_green.xml 214 B

12345
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android">
  3. <solid android:color="#00000000" />
  4. <stroke android:width="1dp" android:color="#00FF00" />
  5. </shape>