Skip to content

Commit

Permalink
[Refactor] #29 - item_cafe_main.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
YiBeomSeok committed Jan 27, 2023
1 parent d9817fd commit ee6ff14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions app/src/main/res/layout/item_cafe_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
android:text="@{cafeState.name, default=카페}"
android:textColor="@color/cazait_black"
android:textSize="20sp"
android:textStyle="bold"
android:fontFamily="@font/roboto_bold"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

Expand All @@ -64,6 +64,7 @@
android:text="@{cafeState.distance + 'm', default=1024}"
android:textColor="@color/cazait_black"
android:textSize="12sp"
android:fontFamily="@font/roboto_regular"
app:layout_constraintBottom_toBottomOf="@+id/tv_cafe_name"
app:layout_constraintStart_toEndOf="@+id/tv_cafe_name" />

Expand All @@ -75,7 +76,7 @@
android:text="@{cafeState.address, default=addressaddressaddress}"
android:textColor="@color/cazait_black"
android:textSize="12sp"
android:textStyle="bold"
android:fontFamily="@font/roboto_regular"
app:layout_constraintStart_toStartOf="@+id/tv_cafe_name"
app:layout_constraintTop_toBottomOf="@+id/tv_cafe_name" />

Expand All @@ -92,6 +93,8 @@
android:gravity="center"
android:minHeight="38dp"
android:text="@{cafeState.state, default=보통}"
android:textColor="@color/cafe_list_item_normal"
android:fontFamily="@font/roboto_bold"
android:textAlignment="center"
android:textSize="20sp"
app:layout_constraintBottom_toBottomOf="parent"
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ kotlin.code.style=official
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
# naver maps
android.enableJetifier=true
android.enableJetifier=true
org.gradle.unsafe.configuration-cache=true

0 comments on commit ee6ff14

Please sign in to comment.