From dc273559921eb2651f8d3e19fe3b2d4996cc1442 Mon Sep 17 00:00:00 2001 From: memoryBangwool Date: Thu, 4 Jan 2024 22:00:23 +0900 Subject: [PATCH] =?UTF-8?q?[ui]=20:=20=EC=BB=A8=EB=B2=A4=EC=85=98=20?= =?UTF-8?q?=EB=A7=9E=EC=B6=B0=EC=84=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature/statistics/src/main/res/layout/item_usagestatic.xml | 6 +++--- feature/statistics/src/main/res/values/strings.xml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/feature/statistics/src/main/res/layout/item_usagestatic.xml b/feature/statistics/src/main/res/layout/item_usagestatic.xml index b6c0a5f5..3d3b40be 100644 --- a/feature/statistics/src/main/res/layout/item_usagestatic.xml +++ b/feature/statistics/src/main/res/layout/item_usagestatic.xml @@ -22,7 +22,7 @@ android:layout_height="40dp" android:layout_marginVertical="12dp" android:layout_marginStart="15dp" - android:contentDescription="iv_itemusagestat_appicon" + android:contentDescription="@string/item_usagestatic_appicon_description" android:src="@drawable/ic_launcher_foreground" app:layout_constraintBottom_toBottomOf="@id/pb_item_usagestat" app:layout_constraintStart_toStartOf="@id/pb_item_usagestat" @@ -33,7 +33,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="15dp" - android:text="유튜브" + android:text="" app:layout_constraintBottom_toBottomOf="@id/pb_item_usagestat" app:layout_constraintStart_toEndOf="@id/iv_itemusagestat_appicon" app:layout_constraintTop_toTopOf="@id/pb_item_usagestat" /> @@ -43,7 +43,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="6dp" - android:text="2시간" + android:text="" app:layout_constraintBottom_toBottomOf="@id/pb_item_usagestat" app:layout_constraintEnd_toStartOf="@id/tv_itemusagestat_timeleft" app:layout_constraintTop_toTopOf="@id/pb_item_usagestat" /> diff --git a/feature/statistics/src/main/res/values/strings.xml b/feature/statistics/src/main/res/values/strings.xml index 59c2859e..b76e1049 100644 --- a/feature/statistics/src/main/res/values/strings.xml +++ b/feature/statistics/src/main/res/values/strings.xml @@ -3,4 +3,5 @@ 목표 이용시간 남음 남은시간 + iv_itemusagestat_appicon