-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature/#119] news detail #125
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ๐
@@ -220,6 +224,22 @@ class MainActivity : AppCompatActivity(), Navigation { | |||
} | |||
} | |||
|
|||
private fun updateStatusBarColor(navController: NavController) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ง๊ธ ์๊ฐํด๋ณด๋ status bar๋ activity์ ์ฑ ์์ด๋ main activity์์ ๊ด๋ฆฌํ๋๊ฒ ๋ ์ข์๋ณด์ด๋ค์! ๐
|
||
class NewsDetailFragment : BindingFragment<FragmentNewsDetailBinding>(FragmentNewsDetailBinding::inflate) { | ||
private val args: NewsDetailFragmentArgs by navArgs() | ||
private val notice: NewsInfoModel by lazy { args.newsInfoModel } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์น ์ง์ฐ ์ด๊ธฐํ ํ์ จ๊ตฐ์
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ฌ์ค initView()์์ ํ์ด๋ ์๊ด์๊ธดํด์ใ
# Conflicts: # feature/news/src/main/java/com/teamwable/news/NewsTabType.kt
โ ๐๐ต๐ฒ๐ฐ๐ธ-๐๐ถ๐๐
๐ ๐๐๐๐๐ฒ๐
๐๐ช๐ผ๐ฟ๐ธ ๐๐ฒ๐๐ฐ๐ฟ๐ถ๐ฝ๐๐ถ๐ผ๐ป
๐ท ๐ฆ๐ฐ๐ฟ๐ฒ๐ฒ๐ป๐๐ต๐ผ๐
KakaoTalk_20241126_043927695.mp4
๐ฌ ๐ง๐ผ ๐ฅ๐ฒ๐๐ถ๐ฒ๐๐ฒ๐ฟ๐
์ํ๋ฐ๊ฐ detail ํ๋ฉด์์ white์์ ๋ณํ์ง ์์์ MainActivity๋ก ๋ก์ง ์์ ํ์ต๋๋ค!
fragment์ ๋ผ์ดํ์ฌ์ดํด ์ ์ ๊ฐ ์๊ตฐ์.. ์ ์๊ฐ์ fragment์์ activity์ context์ ์ ๊ทผํ์ฌ ์์คํ ui ์์ ์ด ์๋ช ์ฃผ๊ธฐ์ ๋จ์ ์๋๊ฒ ๊ฐ์ต๋๋ค