mcd-3 / cubed-game-collector

An app made to keep track of Nintendo Gamecube games, consoles, and accessories!
MIT License
1 stars 0 forks source link

GameDetailFragment TextViews not coloured correctly #17

Closed mcd-3 closed 4 years ago

mcd-3 commented 4 years ago

The TextViews for each item (developer, publisher...) should be italic and grey if no info is set

mcd-3 commented 4 years ago

Possible solution to try out: pass activity like this -> (activity as MainActivity)

mcd-3 commented 4 years ago

Fixed. Just as I thought, the activity was needed instead of the context