Commit 200515d3 by 刘鹏

Merge branch 'fix/lp/lp_fix_sub_pay' into 'd/v4.4.07'

feat: 描述换行

See merge request app_android_lib/YDL-Component!298
parents b1089cef a2a9b704
......@@ -3,6 +3,7 @@
android:layout_width="307dp"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:background="@color/white"
app:cardCornerRadius="12dp"
android:layout_centerInParent="true">
......@@ -64,7 +65,7 @@
android:id="@+id/ll_content"
android:layout_below="@+id/ll_time"
android:layout_width="match_parent"
android:layout_height="66dp"
android:layout_height="wrap_content"
android:background="@drawable/consultant_bg_sub_pay"
android:layout_marginTop="@dimen/platform_dp_16"
android:layout_marginLeft="@dimen/platform_dp_16"
......@@ -76,7 +77,9 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginLeft="@dimen/platform_dp_12"
android:layout_marginTop="8dp"
android:layout_marginRight="@dimen/platform_dp_8"
android:layout_marginBottom="8dp"
app:cardCornerRadius="4dp">
<ImageView
......@@ -88,33 +91,33 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/nameTv"
android:layout_marginTop="@dimen/platform_dp_11"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="@dimen/platform_sp_14"
android:textColor="#1C1F28"
android:maxLines="1"
android:ellipsize="end"
android:layout_marginTop="@dimen/platform_dp_11"
android:layout_marginRight="@dimen/platform_dp_12"
/>
android:ellipsize="end"
android:maxLines="1"
android:textColor="#1C1F28"
android:textSize="@dimen/platform_sp_14"
tools:text="fadjjfladj" />
<TextView
android:id="@+id/desTv"
android:layout_marginTop="@dimen/platform_dp_6"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="@dimen/platform_sp_14"
android:textColor="#62636F"
android:maxLines="1"
android:ellipsize="end"
android:layout_marginBottom="@dimen/platform_dp_11"
android:layout_marginTop="@dimen/platform_dp_6"
android:layout_marginRight="@dimen/platform_dp_12"
/>
android:layout_marginBottom="@dimen/platform_dp_11"
android:ellipsize="end"
android:maxLines="2"
android:textColor="#62636F"
android:textSize="@dimen/platform_sp_14"
tools:text="fadjjfladjfljasf;ljdsl;fj;fadjjfladjfljasffadjfadjjfladjfljasffadjjfladjfljasffadjjfladjfljasffadjjfladjfljasfjfladjfljasf" />
</LinearLayout>
</LinearLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment