Merge remote-tracking branch 'origin/dev_1.1.2' into dev_1.1.2
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">
|
||||
<solid android:color="@color/surrounding_card_background"/>
|
||||
<corners android:radius="@dimen/module_v2x_surrounding_item_bottom_size" />
|
||||
|
||||
</shape>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user