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