Skip to content

fix: 오늘의 발견 배경색 수정#904

Merged
devfeijoa merged 1 commit into
developfrom
fix/903
Jun 19, 2026
Merged

fix: 오늘의 발견 배경색 수정#904
devfeijoa merged 1 commit into
developfrom
fix/903

Conversation

@devfeijoa

@devfeijoa devfeijoa commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

📌𝘐𝘴𝘴𝘶𝘦𝘴

📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯

  • 인기 작품 아이템 상단 배경 리소스 및 블러 효과 수정
  • 이미지 블러 아래 깔린 보라색을 띄는 배경색이 누락되어 수정하였습니다

📷𝘚𝘤𝘳𝘦𝘦𝘯𝘴𝘩𝘰𝘵

Screen_recording_20260619_125240.mp4

💬𝘛𝘰 𝘙𝘦𝘷𝘪𝘦𝘸𝘦𝘳𝘴

Summary by CodeRabbit

변경 사항

  • 스타일
    • 인기 소설 카드의 상단 영역 디자인 개선 및 배경 효과 조정으로 더 나은 시각 표현 제공

- `bg_popular_novel_top_radius_14dp.xml`: 그라데이션이 적용된 상단 라운드 배경 리소스 신규 생성
- `item_popular_novel.xml`: 작품 요약 영역의 배경을 신규 리소스로 교체하고, 배경 이미지의 블러 반경(`25` -> `12`) 및 투명도(`0.22` -> `0.12`) 조정
@devfeijoa devfeijoa requested review from Sadturtleman, m6z1 and s9hn June 19, 2026 03:53
@devfeijoa devfeijoa self-assigned this Jun 19, 2026
@devfeijoa devfeijoa added 🔨 [FIX] 버그를 수정합니다. [👸 공주 은영] labels Jun 19, 2026
@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 1f013225-2cde-4a32-8485-84eb85e9f605

📥 Commits

Reviewing files that changed from the base of the PR and between 90b4566 and 04a23a5.

📒 Files selected for processing (2)
  • app/src/main/res/drawable/bg_popular_novel_top_radius_14dp.xml
  • app/src/main/res/layout/item_popular_novel.xml

Walkthrough

인기 소설 아이템의 상단 배경용 새 drawable 리소스(bg_popular_novel_top_radius_14dp.xml)를 추가하고, item_popular_novel.xml에서 기존 배경 drawable을 해당 리소스로 교체하면서 블러 배경의 blurRadius를 25→12, alpha를 0.22→0.12로 줄였습니다.

Changes

인기 소설 아이템 배경 시각 조정

Layer / File(s) Summary
새 배경 drawable 추가 및 레이아웃 적용
app/src/main/res/drawable/bg_popular_novel_top_radius_14dp.xml, app/src/main/res/layout/item_popular_novel.xml
상단 좌우 코너 14dp 라운딩과 방사형 그라디언트를 정의하는 drawable을 신규 추가하고, 레이아웃에서 기존 배경 drawable을 교체하며 블러 반경(25→12)과 알파(0.22→0.12)를 낮춘다.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 토끼가 그림 붓을 들고 말했죠,
흐릿한 안개를 살짝 걷어내자!
코너엔 둥근 곡선 14dp,
그라디언트 빛깔도 살며시~
오늘의 발견, 더 깔끔해졌네 🎨✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed PR 제목이 변경사항의 핵심을 명확하게 요약하고 있으며, 문제 해결 대상(오늘의 발견 배경색)을 명시적으로 나타냅니다.
Description check ✅ Passed PR 설명이 템플릿을 따르고 있으며 이슈 번호, 작업 설명, 스크린샷을 포함하고 있습니다.
Linked Issues check ✅ Passed PR의 코드 변경사항이 #903의 요구사항을 충족합니다. 새로운 배경 리소스 파일 추가 및 블러 효과 조정으로 누락된 배경색을 복원했습니다.
Out of Scope Changes check ✅ Passed 모든 변경사항이 오늘의 발견 배경색 수정이라는 정의된 범위 내에 있으며, 관련 없는 변경사항은 포함되지 않았습니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/903

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@devfeijoa devfeijoa merged commit 7de9b64 into develop Jun 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[👸 공주 은영] 🔨 [FIX] 버그를 수정합니다.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: 오늘의 발견 배경색 수정

2 participants