… | |
… | |
7 | android:gravity="center"
|
7 | android:gravity="center"
|
8 | android:orientation="vertical" >
|
8 | android:orientation="vertical" >
|
9 |
|
9 |
|
10 | <ImageView
|
10 | <ImageView
|
11 | android:id="@+id/icon_widget_home"
|
11 | android:id="@+id/icon_widget_home"
|
12 | android:layout_width="wrap_content"
|
12 | android:layout_width="match_parent"
|
13 | android:layout_height="wrap_content"
|
13 | android:layout_height="wrap_content"
|
14 | android:scaleType="fitCenter"
|
14 | android:scaleType="fitCenter"
|
15 | android:src="@drawable/icon" >
|
15 | android:src="@drawable/icon" >
|
16 | </ImageView>
|
16 | </ImageView>
|
17 |
|
17 |
|
18 | <TextView
|
18 | <TextView
|
19 | android:id="@+id/text_widget_home"
|
19 | android:id="@+id/text_widget_home"
|
20 | android:layout_width="wrap_content"
|
20 | android:layout_width="match_parent"
|
21 | android:layout_height="wrap_content"
|
21 | android:layout_height="wrap_content"
|
22 | android:layout_margin="1dp"
|
22 | android:layout_margin="1dp"
|
|
|
23 | android:gravity="center"
|
23 | android:text="drive Home"
|
24 | android:text="Home"
|
24 | android:textSize="13sp" />
|
25 | android:textSize="14sp" />
|
25 |
|
26 |
|
26 | </LinearLayout> |
27 | </LinearLayout> |