- Corrected improper usage of ScrollView that would cut off contents
when taller than the layout.
- Adjusted margins and paddings to match Material specs (20dp from
sides).
- Fixed monospaced font being overridden on Lollipop.
Fixes#2904. FREEBIE.
Closes#2906.
1) Change all instances which use concatenation to build strings
with variables in them to use string formatting instead.
2) Extract all string literals from layouts and menus into strings.xml
3) Extract all string literals from code into strings.xml