From 71fec61eacfffaf82db0f3a2ae5f1d83f017b149 Mon Sep 17 00:00:00 2001 From: gedoor Date: Mon, 17 May 2021 14:48:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/item_read_record.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_read_record.xml b/app/src/main/res/layout/item_read_record.xml index 7c6316058..e3cd01e07 100644 --- a/app/src/main/res/layout/item_read_record.xml +++ b/app/src/main/res/layout/item_read_record.xml @@ -13,10 +13,12 @@ android:layout_height="wrap_content" android:padding="6dp" android:textIsSelectable="true" + android:textColor="@color/primaryText" android:singleLine="true" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintRight_toLeftOf="@+id/tv_remove" + tools:text="name" tools:ignore="RtlHardcoded" /> + app:layout_constraintRight_toLeftOf="@+id/tv_remove" + tools:text="time" />