第一次提交
This commit is contained in:
6
Bbj/src/main/res/drawable/shape_dialog_bg2.xml
Normal file
6
Bbj/src/main/res/drawable/shape_dialog_bg2.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
||||
<corners android:topRightRadius="12dp"
|
||||
android:topLeftRadius="12dp"/>
|
||||
<solid android:color="@color/dialog_bg" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user