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:id="@+id/widget" |
||
| 4 | android:orientation="horizontal" |
||
| 5 | android:layout_width="fill_parent" |
||
| 6 | android:layout_height="wrap_content" |
||
| 7 | android:background="@drawable/widget_bg_normal" |
||
| 8 | android:layout_gravity="center" |
||
| 9 | > |
||
| 10 | |||
| 11 | <!-- |
||
| 12 | <TextView |
||
| 13 | android:id="@+id/widget_textview" |
||
| 14 | android:layout_width="wrap_content" |
||
| 15 | android:layout_height="wrap_content" |
||
| 16 | android:text="@string/widget_text" |
||
| 17 | android:layout_gravity="center_horizontal|center" |
||
| 18 | android:layout_marginTop="5dip" |
||
| 19 | android:padding="10dip" |
||
| 20 | android:textColor="@android:color/black" |
||
| 21 | /> |
||
| 22 | --> |
||
| 23 | |||
| 24 | <ImageView |
||
| 25 | android:id="@+id/widget_hour0" |
||
| 26 | android:src="@drawable/hour0_0" |
||
| 27 | android:layout_width="70dip" |
||
| 28 | android:layout_height="70dip" |
||
| 29 | android:layout_gravity="left|center" |
||
| 30 | android:layout_marginTop="2dip" |
||
| 31 | android:layout_marginLeft="10dip" |
||
| 32 | /> |
||
| 33 | |||
| 34 | <ImageView |
||
| 35 | android:id="@+id/widget_hour1" |
||
| 36 | android:src="@drawable/hour1_0" |
||
| 37 | android:layout_width="70dip" |
||
| 38 | android:layout_height="70dip" |
||
| 39 | android:layout_gravity="left|center" |
||
| 40 | android:layout_marginTop="2dip" |
||
| 41 | /> |
||
| 42 | |||
| 43 | <ImageView |
||
| 44 | android:id="@+id/widget_hour_separator1" |
||
| 45 | android:src="@drawable/dot" |
||
| 46 | android:layout_width="20dip" |
||
| 47 | android:layout_height="60dip" |
||
| 48 | android:layout_gravity="left|center" |
||
| 49 | android:layout_marginTop="2dip" |
||
| 50 | /> |
||
| 51 | |||
| 52 | <ImageView |
||
| 53 | android:id="@+id/widget_min0" |
||
| 54 | android:src="@drawable/min0_0" |
||
| 55 | android:layout_width="70dip" |
||
| 56 | android:layout_height="70dip" |
||
| 57 | android:layout_gravity="left|center" |
||
| 58 | android:layout_marginTop="2dip" |
||
| 59 | /> |
||
| 60 | |||
| 61 | <ImageView |
||
| 62 | android:id="@+id/widget_min1" |
||
| 63 | android:src="@drawable/min1_0" |
||
| 64 | android:layout_width="70dip" |
||
| 65 | android:layout_height="70dip" |
||
| 66 | android:text="@string/widget_text" |
||
| 67 | android:layout_gravity="left|center" |
||
| 68 | android:layout_marginTop="2dip" |
||
| 69 | /> |
||
| 70 | |||
| 71 | <!-- |
||
| 72 | <ImageView |
||
| 73 | android:id="@+id/widget_hour_separator2" |
||
| 74 | android:src="@drawable/dot" |
||
| 75 | android:layout_width="10dip" |
||
| 76 | android:layout_height="40dip" |
||
| 77 | android:layout_gravity="left|center" |
||
| 78 | android:layout_marginTop="2dip" |
||
| 79 | /> |
||
| 80 | |||
| 81 | <ImageView |
||
| 82 | android:id="@+id/widget_sek0" |
||
| 83 | android:src="@drawable/sek0_0" |
||
| 84 | android:layout_width="48dip" |
||
| 85 | android:layout_height="48dip" |
||
| 86 | android:layout_gravity="left|center" |
||
| 87 | android:layout_marginTop="2dip" |
||
| 88 | /> |
||
| 89 | |||
| 90 | <ImageView |
||
| 91 | android:id="@+id/widget_sek1" |
||
| 92 | android:src="@drawable/sek1_0" |
||
| 93 | android:layout_width="48dip" |
||
| 94 | android:layout_height="48dip" |
||
| 95 | android:layout_gravity="left|center" |
||
| 96 | android:layout_marginTop="2dip" |
||
| 97 | /> |
||
| 98 | --> |
||
| 99 | </LinearLayout> |