|  |  | @@ -88,8 +88,30 @@ | 
		
	
		
			
			|  |  |  | android:layout_width="match_parent" | 
		
	
		
			
			|  |  |  | android:layout_height="wrap_content" | 
		
	
		
			
			|  |  |  | android:layout_alignParentBottom="true" | 
		
	
		
			
			|  |  |  | android:layout_marginLeft="-4dp" | 
		
	
		
			
			|  |  |  | android:orientation="vertical" > | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | <LinearLayout | 
		
	
		
			
			|  |  |  | android:id="@+id/updateVoicesLayout" | 
		
	
		
			
			|  |  |  | android:layout_width="match_parent" | 
		
	
		
			
			|  |  |  | android:layout_height="wrap_content" > | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | <Button | 
		
	
		
			
			|  |  |  | android:id="@+id/updateVoices" | 
		
	
		
			
			|  |  |  | android:layout_width="0dp" | 
		
	
		
			
			|  |  |  | android:layout_height="wrap_content" | 
		
	
		
			
			|  |  |  | android:layout_weight="1" | 
		
	
		
			
			|  |  |  | android:text="@string/update_voices" /> | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | <TextView | 
		
	
		
			
			|  |  |  | android:id="@+id/textView3" | 
		
	
		
			
			|  |  |  | android:layout_width="0dp" | 
		
	
		
			
			|  |  |  | android:layout_height="wrap_content" | 
		
	
		
			
			|  |  |  | android:layout_weight="1" | 
		
	
		
			
			|  |  |  | android:textAppearance="?android:attr/textAppearanceLarge" /> | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | </LinearLayout> | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | <LinearLayout | 
		
	
		
			
			|  |  |  | android:id="@+id/engineSettingsLayout" | 
		
	
		
			
			|  |  |  | android:layout_width="match_parent" | 
		
	
	
		
			
			|  |  | @@ -99,7 +121,6 @@ | 
		
	
		
			
			|  |  |  | android:id="@+id/engineSettings" | 
		
	
		
			
			|  |  |  | android:layout_width="0dp" | 
		
	
		
			
			|  |  |  | android:layout_height="wrap_content" | 
		
	
		
			
			|  |  |  | android:layout_marginLeft="-4dp" | 
		
	
		
			
			|  |  |  | android:layout_weight="0.5" | 
		
	
		
			
			|  |  |  | android:text="@string/engine_settings" /> | 
		
	
		
			
			|  |  |  | 
 | 
		
	
	
		
			
			|  |  | @@ -120,7 +141,6 @@ | 
		
	
		
			
			|  |  |  | android:id="@+id/ttsSettings" | 
		
	
		
			
			|  |  |  | android:layout_width="0dp" | 
		
	
		
			
			|  |  |  | android:layout_height="wrap_content" | 
		
	
		
			
			|  |  |  | android:layout_marginLeft="-4dp" | 
		
	
		
			
			|  |  |  | android:layout_weight="0.5" | 
		
	
		
			
			|  |  |  | android:text="@string/tts_settings" /> | 
		
	
		
			
			|  |  |  | 
 |