|
|
|
|
35
|
{
|
35
|
{
|
36
|
// Common
|
36
|
// Common
|
37
|
navBarTextColor: '#000000', // change the text color of the title (remembered across pushes)
|
37
|
navBarTextColor: '#000000', // change the text color of the title (remembered across pushes)
|
|
|
38
|
+ navBarTextFontSize: 18, // change the font size of the title
|
38
|
navBarTextFontFamily: 'font-name', // Changes the title font
|
39
|
navBarTextFontFamily: 'font-name', // Changes the title font
|
39
|
navBarBackgroundColor: '#f7f7f7', // change the background color of the nav bar (remembered across pushes)
|
40
|
navBarBackgroundColor: '#f7f7f7', // change the background color of the nav bar (remembered across pushes)
|
40
|
|
41
|
|