[add] 我的分享-UI

This commit is contained in:
liujing
2020-08-10 11:46:43 +08:00
parent 811b9b93de
commit 35fd5bfccd
5 changed files with 29 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="12px"/>
<gradient
android:startColor="#5E6079"
android:endColor="#3F4057"
android:type="linear"/>
</shape>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/share_event_item_bg_color"/>
<corners android:radius="12px"/>
</shape>

View File

@@ -4,7 +4,10 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="@drawable/v2x_alert_window_bg">
android:background="@drawable/bg_v2x_event_description"
android:layout_marginLeft="20px"
android:layout_marginRight="20px"
android:layout_marginBottom="12px">
<TextView
android:id="@+id/share_event_guide_des"

View File

@@ -3,7 +3,11 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/road_case_liset_item"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:background="@color/share_event_item_bg_color"
android:layout_marginLeft="20px"
android:layout_marginRight="20px"
android:layout_marginBottom="16px">
<TextView
android:id="@+id/road_case_style"
@@ -15,7 +19,7 @@
android:layout_marginTop="12px"
android:text="道路类型"
android:textColor="#FFFFFF"
android:textSize="14px" />
android:textSize="14px"/>
<TextView
android:id="@+id/road_case_remain"
@@ -98,6 +102,7 @@
android:text="时间:"
android:textColor="#FFFFFF"
android:alpha="0.5"
android:textSize="16px" />
android:textSize="16px"
android:layout_marginBottom="11px"/>
</RelativeLayout>

View File

@@ -5,6 +5,7 @@
<color name="surrounding_card_background">#10121E</color>
<color name="white">#FFFFFF</color>
<color name="transparent_white_30">#4DFFFFFF</color>
<color name="share_event_item_bg_color">#1F2131</color>
</resources>