Merge branch 'dev' of gitlab.ghzhushou.com:halo/assistant-android into dev
@ -764,7 +764,7 @@ class GameDetailFragment : NormalFragment() {
|
||||
|
||||
private fun updateToolbarStyle(isToolbarWhite: Boolean) {
|
||||
mToolbar.setTitleTextColor(ContextCompat.getColor(requireContext(), if (isToolbarWhite) R.color.black else R.color.white))
|
||||
mToolbar.setNavigationIcon(if (isToolbarWhite) R.drawable.ic_bar_back else R.drawable.ic_back_gamedetail_white)
|
||||
mToolbar.setNavigationIcon(if (isToolbarWhite) R.drawable.ic_back_gamedetail else R.drawable.ic_back_gamedetail_white)
|
||||
mToolbar.setBackgroundColor(ContextCompat.getColor(requireContext(), if (isToolbarWhite) R.color.white else R.color.transparent))
|
||||
DisplayUtils.setStatusBarColor(requireActivity(), if (isToolbarWhite) R.color.white else R.color.transparent, true)
|
||||
updateConcernMenuIcon(mGameDetailEntity?.me?.isGameConcerned ?: false)
|
||||
|
||||
BIN
app/src/main/res/drawable-xxhdpi/ic_back_gamedetail.png
Normal file
|
After Width: | Height: | Size: 575 B |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 522 B After Width: | Height: | Size: 579 B |
|
Before Width: | Height: | Size: 436 B After Width: | Height: | Size: 462 B |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 759 B After Width: | Height: | Size: 849 B |
|
Before Width: | Height: | Size: 609 B After Width: | Height: | Size: 677 B |