Skip to content

Fix/NoActionBar#122

Merged
TaewoongR merged 1 commit intodevelopfrom
fix/actionbar
Mar 17, 2026
Merged

Fix/NoActionBar#122
TaewoongR merged 1 commit intodevelopfrom
fix/actionbar

Conversation

@TaewoongR
Copy link
Member

📋 개요

  • Activity Action Bar 감추기

📑 세부 사항

  • Android Studio Narwhal 버전에서 Activity 의 Theme 을 Theme.SplashScreen 로 빌드시 31이상 버전에서 ActionBar가 나타나는 문제
  • Panda 버전에서는 정상적으로 NoActionBar 적용
  • Narwhal 버전에서 빌드시 NoActionBar 가 적용되도록 Activity 의 Theme 을 Theme.AppCompat.DayNight.NoActionBar로 변경

📷 스크린샷

스크린샷 2026-03-17 102345

- themes.xml: Theme.Brake.Activity의 부모 스타일을 Theme.AppCompat.DayNight.NoActionBar로 변경
- Android Studio Narwhal 버전에서 Theme.SplashScreen 빌드시 31이상 버전에서 ActionBar가 나타나는 문제 해결
@TaewoongR TaewoongR self-assigned this Mar 17, 2026
@TaewoongR TaewoongR added the 🛠️ fix 버그 수정 label Mar 17, 2026
@TaewoongR TaewoongR merged commit 0249c9b into develop Mar 17, 2026
2 checks passed
@TaewoongR TaewoongR deleted the fix/actionbar branch March 17, 2026 02:50
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.

1 participant