27 lines
		
	
	
		
			419 B
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			419 B
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <dialog>
 | |
| 
 | |
| <conversation>
 | |
| 
 | |
| <page
 | |
|   image="@drawable/kyle_closeup_neutral"
 | |
|   text = "@string/Kyle_2_1_1_1" 
 | |
|   title = "@string/Kyle"
 | |
| />
 | |
| 
 | |
| <page
 | |
|   image="@drawable/kyle_closeup_neutral"
 | |
|   text = "@string/Kyle_2_1_1_2" 
 | |
|   title = "@string/Kyle"
 | |
| />
 | |
| 
 | |
| <page
 | |
|   image="@drawable/kyle_closeup_neutral"
 | |
|   text = "@string/Kyle_2_1_1_3" 
 | |
|   title = "@string/Kyle"
 | |
| />
 | |
| 
 | |
| </conversation>
 | |
| 
 | |
| </dialog>
 |