Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | chris | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||
| 3 | android:orientation="horizontal" |
||
| 4 | android:layout_width="fill_parent" |
||
| 5 | android:layout_height="250dip" |
||
| 6 | android:background="@drawable/background_popup" |
||
| 7 | android:layout_gravity="center" |
||
| 8 | > |
||
| 9 | |||
| 10 | <ImageView |
||
| 11 | android:id="@+id/popup_hour0" |
||
| 12 | android:src="@drawable/hour0_0" |
||
| 13 | android:layout_width="48dip" |
||
| 14 | android:layout_height="48dip" |
||
| 15 | android:layout_gravity="left|center" |
||
| 16 | android:layout_marginTop="2dip" |
||
| 17 | android:layout_marginLeft="5dip" |
||
| 18 | /> |
||
| 19 | |||
| 20 | <ImageView |
||
| 21 | android:id="@+id/popup_hour1" |
||
| 22 | android:src="@drawable/hour1_0" |
||
| 23 | android:layout_width="48dip" |
||
| 24 | android:layout_height="48dip" |
||
| 25 | android:layout_gravity="left|center" |
||
| 26 | android:layout_marginTop="2dip" |
||
| 27 | /> |
||
| 28 | |||
| 29 | <ImageView |
||
| 30 | android:id="@+id/popup_hour_separator1" |
||
| 31 | android:src="@drawable/dot" |
||
| 32 | android:layout_width="10dip" |
||
| 33 | android:layout_height="40dip" |
||
| 34 | android:layout_gravity="left|center" |
||
| 35 | android:layout_marginTop="2dip" |
||
| 36 | /> |
||
| 37 | |||
| 38 | <ImageView |
||
| 39 | android:id="@+id/popup_min0" |
||
| 40 | android:src="@drawable/min0_0" |
||
| 41 | android:layout_width="48dip" |
||
| 42 | android:layout_height="48dip" |
||
| 43 | android:layout_gravity="left|center" |
||
| 44 | android:layout_marginTop="2dip" |
||
| 45 | /> |
||
| 46 | |||
| 47 | <ImageView |
||
| 48 | android:id="@+id/popup_min1" |
||
| 49 | android:src="@drawable/min1_0" |
||
| 50 | android:layout_width="48dip" |
||
| 51 | android:layout_height="48dip" |
||
| 52 | android:text="@string/widget_text" |
||
| 53 | android:layout_gravity="left|center" |
||
| 54 | android:layout_marginTop="2dip" |
||
| 55 | /> |
||
| 56 | |||
| 57 | <ImageView |
||
| 58 | android:id="@+id/popup_hour_separator2" |
||
| 59 | android:src="@drawable/dot" |
||
| 60 | android:layout_width="10dip" |
||
| 61 | android:layout_height="40dip" |
||
| 62 | android:layout_gravity="left|center" |
||
| 63 | android:layout_marginTop="2dip" |
||
| 64 | /> |
||
| 65 | |||
| 66 | <ImageView |
||
| 67 | android:id="@+id/popup_sek0" |
||
| 68 | android:src="@drawable/sek0_0" |
||
| 69 | android:layout_width="48dip" |
||
| 70 | android:layout_height="48dip" |
||
| 71 | android:layout_gravity="left|center" |
||
| 72 | android:layout_marginTop="2dip" |
||
| 73 | /> |
||
| 74 | |||
| 75 | <ImageView |
||
| 76 | android:id="@+id/popup_sek1" |
||
| 77 | android:src="@drawable/sek1_0" |
||
| 78 | android:layout_width="48dip" |
||
| 79 | android:layout_height="48dip" |
||
| 80 | android:layout_gravity="left|center" |
||
| 81 | android:layout_marginTop="2dip" |
||
| 82 | /> |
||
| 83 | |||
| 84 | </LinearLayout> |