Home | History | Annotate | Download | only in xml
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <dialog>
      3 
      4 <conversation>
      5 
      6 <page
      7   image="@drawable/wanda_surprised"
      8   text = "@string/Wanda_0_1_1_1" 
      9   title = "@string/Wanda"
     10 />
     11 
     12 </conversation>
     13 
     14 <conversation>
     15  	<page
     16 	  image="@drawable/wanda_sad"
     17 	  text = "@string/Wanda_0_1_1_2" 
     18 	  title = "@string/Wanda"
     19 	/>
     20 
     21 	<page
     22 	  image="@drawable/wanda_smile"
     23 	  text = "@string/Wanda_0_1_1_3" 
     24 	  title = "@string/Wanda"
     25 	/>
     26 </conversation>
     27 
     28 </dialog>
     29