修复:修改更新Apk逻辑,(雷电模拟器卡死问题)
This commit is contained in:
12
common/src/main/res/drawable/app_dialog_bg.xml
Normal file
12
common/src/main/res/drawable/app_dialog_bg.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<solid android:color="@android:color/white" />
|
||||
|
||||
<corners
|
||||
android:bottomLeftRadius="10dp"
|
||||
android:bottomRightRadius="10dp"
|
||||
android:topLeftRadius="10dp"
|
||||
android:topRightRadius="10dp" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user