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_smile"
      8   text = "@string/Wanda_1_5_1_1" 
      9   title = "@string/Wanda"
     10 />
     11 
     12 <page
     13   image="@drawable/wanda_smile"
     14   text = "@string/Wanda_1_5_1_2" 
     15   title = "@string/Wanda"
     16 />
     17 
     18 <page
     19   image="@drawable/wanda_smile"
     20   text = "@string/Wanda_1_5_1_3" 
     21   title = "@string/Wanda"
     22 />
     23 
     24 <page
     25   image="@drawable/wanda_happy"
     26   text = "@string/Wanda_1_5_1_4" 
     27   title = "@string/Wanda"
     28 />
     29 
     30 </conversation>
     31 
     32 </dialog>
     33