From d451118d4be05f180cfe1f99bc5904f74db8cc3f Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期四, 22 二月 2024 15:40:58 +0800 Subject: [PATCH] 引用线上库 --- app/src/main/res/layout/activity_test_main.xml | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/activity_test_main.xml b/app/src/main/res/layout/activity_test_main.xml index 4cfb376..63bf770 100644 --- a/app/src/main/res/layout/activity_test_main.xml +++ b/app/src/main/res/layout/activity_test_main.xml @@ -85,10 +85,10 @@ android:id="@+id/homeId_tv" android:layout_width="wrap_content" android:layout_height="@dimen/dp_25" + android:layout_marginStart="@dimen/dp_5" android:textColor="@color/text_030D1C" android:textIsSelectable="true" android:textSize="@dimen/text_15" - android:layout_marginStart="@dimen/dp_5" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> @@ -102,6 +102,19 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/homeId_tv" /> + <TextView + android:id="@+id/click_command_tv" + android:layout_width="wrap_content" + android:layout_height="@dimen/dp_25" + android:layout_marginEnd="20dp" + android:text="娴嬭瘯鎸囦护" + android:textColor="@color/text_245EC3" + android:textSize="@dimen/text_15" + android:visibility="gone" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintTop_toTopOf="parent" /> + <View android:layout_width="match_parent" android:layout_height="0.5dp" -- Gitblit v1.8.0