UI -圆角 间距
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:shape="rectangle">
|
android:shape="rectangle">
|
||||||
<corners android:radius="@dimen/dp_22"/>
|
<corners android:radius="@dimen/dp_30"/>
|
||||||
<gradient
|
<gradient
|
||||||
android:startColor="#B35E6079"
|
android:startColor="#B35E6079"
|
||||||
android:endColor="#B33F4057"
|
android:endColor="#B33F4057"
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
android:id="@+id/tagEventType"
|
android:id="@+id/tagEventType"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="@dimen/dp_36"
|
android:layout_marginStart="@dimen/dp_40"
|
||||||
android:layout_marginTop="@dimen/dp_12"
|
android:layout_marginTop="@dimen/dp_12"
|
||||||
android:layout_marginBottom="@dimen/dp_36"
|
android:layout_marginBottom="@dimen/dp_36"
|
||||||
android:background="@drawable/bg_v2x_event_type_read"
|
android:background="@drawable/bg_v2x_event_type_read"
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
android:id="@+id/llIllegalParkingLike"
|
android:id="@+id/llIllegalParkingLike"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginEnd="@dimen/dp_40"
|
android:layout_marginRight="@dimen/dp_40"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toStartOf="@+id/llIllegalParkingUnLike"
|
app:layout_constraintEnd_toStartOf="@+id/llIllegalParkingUnLike"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
@@ -97,7 +97,7 @@
|
|||||||
android:id="@+id/llIllegalParkingUnLike"
|
android:id="@+id/llIllegalParkingUnLike"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginRight="30px"
|
android:layout_marginRight="@dimen/dp_40"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="parent" />
|
app:layout_constraintTop_toTopOf="parent" />
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:shape="rectangle">
|
android:shape="rectangle">
|
||||||
<corners android:radius="@dimen/dp_22"/>
|
<corners android:radius="@dimen/dp_30"/>
|
||||||
|
|
||||||
<gradient
|
<gradient
|
||||||
android:startColor="#579EFF"
|
android:startColor="#579EFF"
|
||||||
android:endColor="#357BDA"
|
android:endColor="#357BDA"
|
||||||
|
|||||||
Reference in New Issue
Block a user