Skip to content

Commit

Permalink
[ui] : ui ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyun0v0 committed Jan 4, 2024
1 parent eb7f2ed commit 451d3b0
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
android:id="@+id/tv_statics_hour"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="4์‹œ๊ฐ„"
android:text=""
app:layout_constraintStart_toStartOf="@id/tv_statics_goal_title"
app:layout_constraintTop_toBottomOf="@id/tv_statics_goal_title" />

Expand All @@ -35,7 +35,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="6dp"
android:text="2์‹œ๊ฐ„ 30๋ถ„"
android:text=""
app:layout_constraintEnd_toStartOf="@id/tv_statics_left_title"
app:layout_constraintTop_toBottomOf="@id/pb_statics" />

Expand All @@ -46,10 +46,12 @@
android:text="@string/all_left"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/pb_statics" />

<ImageView
android:id="@+id/iv_statics"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/item_usagestatic_appicon_description"
android:src="@drawable/ic_launcher_foreground"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down

0 comments on commit 451d3b0

Please sign in to comment.