fix bug
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/adas_dispatch_remind_background" />
|
||||
<corners android:bottomLeftRadius="@dimen/adas_dispatch_remind_dialog_corner" />
|
||||
</shape>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/adas_dispatch_remind_background" />
|
||||
<corners android:bottomRightRadius="@dimen/adas_dispatch_remind_dialog_corner" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user