| 
				
			 | 
			
			
				@@ -41,17 +41,17 @@ public class OptionsPresenter { 
			 | 
		
	
		
			
			| 
				41
			 | 
			
				41
			 | 
			
			
				         if (options.title.component.hasValue()) topBar.setTitleComponent(options.title.component.get(), options.title.alignment); 
			 | 
		
	
		
			
			| 
				42
			 | 
			
				42
			 | 
			
			
				         if (options.title.color.hasValue()) topBar.setTitleTextColor(options.title.color.get()); 
			 | 
		
	
		
			
			| 
				43
			 | 
			
				43
			 | 
			
			
				         if (options.title.fontSize.hasValue()) topBar.setTitleFontSize(options.title.fontSize.get()); 
			 | 
		
	
		
			
			| 
				
			 | 
			
				44
			 | 
			
			
				+        topBar.setTitleTypeface(options.title.fontFamily); 
			 | 
		
	
		
			
			| 
				44
			 | 
			
				45
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				45
			 | 
			
				46
			 | 
			
			
				         if (options.subtitle.text.hasValue()) topBar.setSubtitle(options.subtitle.text.get()); 
			 | 
		
	
		
			
			| 
				46
			 | 
			
				47
			 | 
			
			
				         if (options.subtitle.color.hasValue()) topBar.setSubtitleColor(options.subtitle.color.get()); 
			 | 
		
	
		
			
			| 
				47
			 | 
			
				
			 | 
			
			
				-        if (options.subtitle.fontFamily != null) topBar.setSubtitleFontFamily(options.subtitle.fontFamily); 
			 | 
		
	
		
			
			| 
				48
			 | 
			
				
			 | 
			
			
				-        if (options.subtitle.fontSize.hasValue()) topBar.setTitleFontSize(options.subtitle.fontSize.get()); 
			 | 
		
	
		
			
			| 
				
			 | 
			
				48
			 | 
			
			
				+        if (options.subtitle.fontSize.hasValue()) topBar.setSubtitleFontSize(options.subtitle.fontSize.get()); 
			 | 
		
	
		
			
			| 
				
			 | 
			
				49
			 | 
			
			
				+        topBar.setSubtitleFontFamily(options.subtitle.fontFamily); 
			 | 
		
	
		
			
			| 
				49
			 | 
			
				50
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				50
			 | 
			
				51
			 | 
			
			
				         topBar.setBackgroundColor(options.background.color); 
			 | 
		
	
		
			
			| 
				51
			 | 
			
				52
			 | 
			
			
				         topBar.setBackgroundComponent(options.background.component); 
			 | 
		
	
		
			
			| 
				52
			 | 
			
				53
			 | 
			
			
				         if (options.testId.hasValue()) topBar.setTestId(options.testId.get()); 
			 | 
		
	
		
			
			| 
				53
			 | 
			
				54
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				54
			 | 
			
				
			 | 
			
			
				-        topBar.setTitleTypeface(options.title.fontFamily); 
			 | 
		
	
		
			
			| 
				55
			 | 
			
				55
			 | 
			
			
				         if (options.visible.isFalse()) { 
			 | 
		
	
		
			
			| 
				56
			 | 
			
				56
			 | 
			
			
				             if (options.animate.isTrueOrUndefined()) { 
			 | 
		
	
		
			
			| 
				57
			 | 
			
				57
			 | 
			
			
				                 topBar.hideAnimate(animationOptions.pop.topBar); 
			 |