Skip to content

Add ShadowsIntoLight font

Macha requested to merge add-font into master

Add the ShadowsIntoLight.ttf font in the entire app:

  • Add shadows into light font in the font/ directory
  • Add it in global theme
  • Specify it for title in app bar
  • Update font in alert dialog (doesn't work with anko alert)
  • Update font in expand/collapse title bar for the detail screen activity, in particular award dialog activity
  • Refine main screen: update the size of score text
  • Change word mode to award in list of award
  • Change the color of the heart in option menu (for A/B testing)
  • Refine texts in award detail screen
  • Solve an update in constraint layout, attribute was wrong
  • Refactor a variable name margin_8
  • Update font size for the cards

Finally it's not automtically supported to change a font in Android... Developer has to update for title bar due to backwards compatibility.

Merge request reports