Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 23 | chris | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||
| 3 | android:id="@+id/layout_root" |
||
| 4 | android:orientation="horizontal" |
||
| 5 | android:layout_width="fill_parent" |
||
| 6 | android:layout_height="fill_parent" |
||
| 7 | android:padding="5dp" |
||
| 8 | > |
||
| 9 | <ImageView android:id="@+id/correct_image" |
||
| 10 | android:layout_width="wrap_content" |
||
| 11 | android:src="@drawable/correct" |
||
| 12 | android:layout_height="fill_parent" |
||
| 13 | android:layout_marginLeft="10dp" |
||
| 14 | android:layout_marginRight="10dp" |
||
| 15 | /> |
||
| 16 | |||
| 17 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||
| 18 | android:id="@+id/layout_root" |
||
| 19 | android:orientation="vertical" |
||
| 20 | android:layout_width="fill_parent" |
||
| 21 | android:layout_height="fill_parent" |
||
| 22 | android:padding="5dp" |
||
| 23 | > |
||
| 24 | |||
| 25 | <TextView android:id="@+id/text" |
||
| 26 | android:layout_width="wrap_content" |
||
| 27 | android:layout_height="wrap_content" |
||
| 28 | android:textColor="#FFF" |
||
| 29 | /> |
||
| 30 | |||
| 31 | <TextView android:id="@+id/text_answer" |
||
| 32 | android:layout_width="wrap_content" |
||
| 33 | android:layout_height="wrap_content" |
||
| 34 | android:textColor="#FFF" |
||
| 35 | android:textSize="30sp" |
||
| 36 | /> |
||
| 37 | |||
| 38 | <ImageView android:id="@+id/dialog_image" |
||
| 39 | android:layout_width="wrap_content" |
||
| 40 | android:layout_height="wrap_content" |
||
| 41 | android:layout_marginTop="10dp" |
||
| 42 | android:layout_marginRight="10dp" |
||
| 43 | android:layout_gravity="center" |
||
| 44 | /> |
||
| 45 | |||
| 46 | </LinearLayout> |
||
| 47 | </LinearLayout> |