Newer
Older
GasOperationApp / app / src / main / res / drawable / shape_dialog.xml
[wangxitong] on 24 May 2021 220 bytes first commit
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:radius="8.0dip"/>
    <solid android:color="#ff333333"/>
</shape>