]>
Commit | Line | Data |
---|---|---|
42aa7dfd | 1 | <?xml version="1.0" encoding="utf-8"?>\r |
2 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r | |
3 | android:orientation="horizontal"\r | |
4 | android:layout_width="fill_parent"\r | |
5 | android:layout_height="fill_parent"\r | |
6 | android:padding="3dp"\r | |
7 | >\r | |
8 | \r | |
9 | <ImageView\r | |
10 | android:id="@+id/image"\r | |
11 | android:layout_width="wrap_content"\r | |
12 | android:layout_height="fill_parent"\r | |
13 | android:layout_marginRight="10dp"\r | |
14 | />\r | |
15 | \r | |
16 | <LinearLayout\r | |
17 | android:orientation="vertical"\r | |
18 | android:layout_width="fill_parent"\r | |
19 | android:layout_height="wrap_content"\r | |
20 | >\r | |
21 | <TextView \r | |
22 | android:id="@+id/headline"\r | |
23 | android:layout_width="fill_parent" \r | |
24 | android:layout_height="wrap_content" \r | |
25 | android:textStyle="bold"\r | |
26 | />\r | |
27 | <ProgressBar\r | |
28 | android:id="@+id/status"\r | |
29 | android:layout_width="fill_parent" \r | |
30 | android:layout_height="wrap_content" \r | |
31 | style="?android:attr/progressBarStyleHorizontal"\r | |
32 | />\r | |
33 | \r | |
34 | </LinearLayout>\r | |
35 | </LinearLayout>\r |