Skip to content

Commit

Permalink
feat: 바이옴 디테일 아이템 dimens 600 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosang committed Oct 24, 2024
1 parent eddf9be commit d48cc22
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
android:gravity="center"
android:text="@{vm.uiState.name}"
android:textAppearance="@style/TextAppearance.Poke.TitleLargeBold"
android:textSize="@dimen/biome_item_tv_size"
app:layout_constraintBottom_toTopOf="@id/iv_biome_detail_image"
app:layout_constraintEnd_toEndOf="@id/gl_end"
app:layout_constraintStart_toStartOf="@id/gl_start" />
Expand All @@ -57,6 +58,7 @@
android:drawablePadding="4dp"
android:gravity="center"
android:text="@string/biome_navigation_mode_setting"
android:textSize="@dimen/biome_navigation_mode_tv_size"
app:drawableStartCompat="@drawable/icon_info"
app:layout_constraintBottom_toBottomOf="@id/switch_navigation_mode"
app:layout_constraintEnd_toStartOf="@id/switch_navigation_mode"
Expand Down

0 comments on commit d48cc22

Please sign in to comment.