Skip to content

Commit

Permalink
[ui] : 컨벤션 맞춰서 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyun0v0 committed Jan 4, 2024
1 parent efd278a commit dc27355
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions feature/statistics/src/main/res/layout/item_usagestatic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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" />
Expand All @@ -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" />
Expand Down
1 change: 1 addition & 0 deletions feature/statistics/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
<string name = "all_goal_time">목표 이용시간</string>
<string name = "all_left">남음</string>
<string name = "all_time_left">남은시간</string>
<string name="item_usagestatic_appicon_description">iv_itemusagestat_appicon</string>
</resources>

0 comments on commit dc27355

Please sign in to comment.