签约 显示
This commit is contained in:
@@ -27,13 +27,12 @@
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_toEndOf="@+id/im"
|
||||
android:layout_marginStart="@dimen/dp_2"
|
||||
android:ellipsize="none"
|
||||
android:gravity="center"
|
||||
android:text="0"
|
||||
android:minWidth="@dimen/dp_40"
|
||||
android:singleLine="true"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/sp_10" />
|
||||
android:textSize="@dimen/sp_8" />
|
||||
</RelativeLayout>
|
||||
</layout>
|
||||
14
MainModule/src/main/res/drawable/shape_sign_15.xml
Normal file
14
MainModule/src/main/res/drawable/shape_sign_15.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners android:radius="@dimen/dp_15"/>
|
||||
<solid android:color="@android:color/white"/>
|
||||
|
||||
<gradient
|
||||
android:angle="180"
|
||||
android:startColor="#FF49E4A1"
|
||||
android:endColor="#FFBAFF85"
|
||||
android:type="linear"
|
||||
android:useLevel="true" />
|
||||
</shape>
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
<com.xscm.modulemain.widget.RoomMentorShipWheatView
|
||||
android:id="@+id/rmsw_1"
|
||||
android:layout_width="@dimen/dp_36"
|
||||
android:layout_width="@dimen/dp_42"
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginStart="@dimen/dp_10"
|
||||
app:layout_constraintDimensionRatio="1:1.25"
|
||||
@@ -109,8 +109,8 @@
|
||||
android:id="@+id/iv_host_bg"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/dp_40"
|
||||
android:layout_marginTop="@dimen/dp_3"
|
||||
android:layout_marginStart="@dimen/dp_48"
|
||||
android:layout_marginTop="@dimen/dp_4"
|
||||
android:src="@mipmap/icon_host_top_tips_bg"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
@@ -119,7 +119,7 @@
|
||||
android:id="@+id/tv_host_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/dp_48"
|
||||
android:layout_marginStart="@dimen/dp_54"
|
||||
android:layout_marginTop="@dimen/dp_20"
|
||||
android:textColor="#FFEFEAFF"
|
||||
android:textSize="@dimen/sp_10"
|
||||
@@ -175,8 +175,7 @@
|
||||
android:id="@+id/tv_left_price_top"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/shape_15"
|
||||
android:backgroundTint="#FF49E4A1"
|
||||
android:background="@drawable/shape_sign_15"
|
||||
android:paddingHorizontal="@dimen/dp_8"
|
||||
android:paddingVertical="@dimen/dp_3"
|
||||
android:text="起拍价格"
|
||||
@@ -259,7 +258,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
app:layout_constraintGuide_percent="0.86" />
|
||||
app:layout_constraintGuide_percent="0.83" />
|
||||
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
@@ -273,7 +272,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
app:layout_constraintGuide_percent="0.62" />
|
||||
app:layout_constraintGuide_begin="68dp" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_right_bg"
|
||||
|
||||
Reference in New Issue
Block a user