From ec282d9bf134fbda578ff901e4a620222a851d3f Mon Sep 17 00:00:00 2001
From: lmw <125975490@qq.com>
Date: 星期三, 20 十一月 2024 10:14:46 +0800
Subject: [PATCH] fix bug
---
app/src/main/res/layout/activity_offline_course.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/app/src/main/res/layout/activity_offline_course.xml b/app/src/main/res/layout/activity_offline_course.xml
index d888110..5127906 100644
--- a/app/src/main/res/layout/activity_offline_course.xml
+++ b/app/src/main/res/layout/activity_offline_course.xml
@@ -66,6 +66,8 @@
app:layout_constraintTop_toTopOf="parent"
android:layout_marginTop="25dp"
android:textColor="@color/textColor"
+ android:singleLine="true"
+ android:ellipsize="end"
tools:text="心里咨询课程"
android:textStyle="bold"
android:layout_marginStart="20sp"
@@ -99,6 +101,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/webView"
+ android:layout_marginStart="21dp"
+ android:background="@color/page_bg"
android:layout_marginTop="19dp"/>
<LinearLayout
android:layout_width="wrap_content"
@@ -184,6 +188,7 @@
android:id="@+id/iv_contact"
android:src="@mipmap/ic_contact"
app:layout_constraintEnd_toEndOf="parent"
+ android:layout_marginEnd="4dp"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_marginBottom="180dp"/>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
--
Gitblit v1.7.1