1:添加酒吧房各个弹框,只有界面
This commit is contained in:
15
BaseModule/src/main/res/drawable/bg_r14_1e4853_093a1f.xml
Normal file
15
BaseModule/src/main/res/drawable/bg_r14_1e4853_093a1f.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:angle="360"
|
||||
android:endColor="#ff093a1f"
|
||||
android:startColor="#ff1e4853"
|
||||
android:type="linear"
|
||||
android:useLevel="true" />
|
||||
<corners
|
||||
android:bottomLeftRadius="0dp"
|
||||
android:bottomRightRadius="0dp"
|
||||
android:topLeftRadius="14dp"
|
||||
android:topRightRadius="14dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user