Skip to content

Commit

Permalink
[style] #299 향수 상세 페이지 내 상단 기본 정보 부분 디자인 변경
Browse files Browse the repository at this point in the history
- 기본 정보 배경 상단 라운딩 제거
- 브랜드, 평점 아이콘, 평점 텍스트 컬러값 변경
  • Loading branch information
Haeeul committed Feb 19, 2024
1 parent f4d6e22 commit 34f9fbd
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file modified app/src/main/res/drawable-hdpi/detail_star_inactive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-xhdpi/detail_star_inactive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-xxhdpi/detail_star_inactive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-xxxhdpi/detail_star_inactive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/drawable/detail_star_inactive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_perfume_detail.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/indicator_perfume_detail"
app:srcCompat="@drawable/border_white_fill_20" />
android:background="@color/white" />

<TextView
android:id="@+id/act_perfume_detail_tv_brand"
Expand All @@ -92,7 +92,7 @@
android:fontFamily="@font/nanummyeongjo_bold"
android:includeFontPadding="false"
android:text="@{item.brandName}"
android:textColor="@color/point_beige"
android:textColor="@color/dark_gray_7d"
android:textSize="16dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand Down Expand Up @@ -133,7 +133,7 @@
android:fontFamily="@font/nanummyeongjo"
android:includeFontPadding="false"
android:text="@{Float.toString(item.score)}"
android:textColor="@color/primary_black"
android:textColor="@color/black_text"
android:textSize="14dp"
app:layout_constraintBottom_toBottomOf="@+id/rb_perfume_detail"
app:layout_constraintStart_toEndOf="@+id/rb_perfume_detail"
Expand Down

0 comments on commit 34f9fbd

Please sign in to comment.