Merge remote-tracking branch 'origin/dev_1.1.2' into dev_1.1.2

This commit is contained in:
董宏宇
2020-08-12 14:30:16 +08:00
6 changed files with 26 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/surrounding_card_background"/>
<corners android:radius="@dimen/module_v2x_surrounding_item_bottom_size" />
</shape>

View File

@@ -4,7 +4,7 @@
android:id="@+id/clPanelContainer"
android:layout_width="642px"
android:layout_height="532px"
android:background="@color/surrounding_card_background">
android:background="@drawable/bg_v2x_event_surrounding_item">
<!--顶部layout-->
<RelativeLayout