x7_popup_back.xml 550 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <layer-list xmlns:android="http://schemas.android.com/apk/res/android">
  3. <item>
  4. <shape android:shape="rectangle">
  5. <solid android:color="#00000000" />
  6. </shape>
  7. </item>
  8. <item>
  9. <shape android:shape="rectangle">
  10. <corners android:radius="4dp" />
  11. <solid android:color="@color/x7_white" />
  12. <stroke
  13. android:width="1dp"
  14. android:color="#15cbb4" />
  15. </shape>
  16. </item>
  17. </layer-list>