29 lines
442 B
XML
29 lines
442 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<dialog>
|
|
|
|
<conversation>
|
|
|
|
<page
|
|
image="@drawable/wanda_surprised"
|
|
text = "@string/Wanda_0_1_1_1"
|
|
title = "@string/Wanda"
|
|
/>
|
|
|
|
</conversation>
|
|
|
|
<conversation>
|
|
<page
|
|
image="@drawable/wanda_sad"
|
|
text = "@string/Wanda_0_1_1_2"
|
|
title = "@string/Wanda"
|
|
/>
|
|
|
|
<page
|
|
image="@drawable/wanda_smile"
|
|
text = "@string/Wanda_0_1_1_3"
|
|
title = "@string/Wanda"
|
|
/>
|
|
</conversation>
|
|
|
|
</dialog>
|