|
4 | 4 | android:layout_height="fill_parent" |
5 | 5 | android:layout_weight="2" |
6 | 6 | android:baselineAligned="false" |
7 | | - android:orientation="vertical" |
| 7 | + android:orientation="horizontal" |
8 | 8 | android:paddingLeft="5dip"> |
9 | 9 |
|
10 | | - <LinearLayout |
11 | | - android:layout_width="fill_parent" |
12 | | - android:layout_height="fill_parent" |
13 | | - android:layout_weight="1" |
14 | | - android:gravity="left|center_vertical" |
15 | | - android:orientation="horizontal"> |
16 | | - |
17 | | - <ImageView android:id="@+id/less_app_update_progress_icon" |
18 | | - android:layout_width="24dip" |
19 | | - android:layout_height="fill_parent" |
20 | | - android:scaleType="fitCenter" |
21 | | - android:src="@drawable/less_app_update_icon" /> |
22 | | - |
23 | | - <TextView |
24 | | - android:layout_width="wrap_content" |
25 | | - android:layout_height="wrap_content" |
26 | | - android:paddingLeft="5dip" |
27 | | - android:text="@string/less_app_name" |
28 | | - android:textSize="16dip" /> |
29 | | - </LinearLayout> |
| 10 | + <ImageView android:id="@+id/less_app_update_progress_icon" |
| 11 | + android:layout_width="42dp" |
| 12 | + android:layout_height="42dp" |
| 13 | + android:layout_gravity="center_vertical" |
| 14 | + android:layout_marginLeft="4dp" |
| 15 | + android:scaleType="fitCenter" |
| 16 | + android:src="@drawable/less_app_update_icon" /> |
30 | 17 |
|
31 | 18 | <LinearLayout |
32 | 19 | android:layout_width="fill_parent" |
33 | | - android:layout_height="fill_parent" |
| 20 | + android:layout_height="wrap_content" |
| 21 | + android:layout_gravity="center_vertical" |
| 22 | + android:layout_marginLeft="16dp" |
34 | 23 | android:layout_weight="1" |
35 | 24 | android:gravity="left" |
36 | | - android:orientation="horizontal"> |
| 25 | + android:orientation="vertical"> |
37 | 26 |
|
38 | | - <TextView |
39 | | - android:id="@+id/less_app_update_progress_text" |
| 27 | + <LinearLayout |
40 | 28 | android:layout_width="wrap_content" |
41 | 29 | android:layout_height="wrap_content" |
42 | | - android:layout_marginRight="5dip" |
43 | | - android:textColor="#8F8F8F" |
44 | | - android:textSize="14dip" /> |
| 30 | + android:orientation="horizontal"> |
| 31 | + <TextView |
| 32 | + android:layout_width="wrap_content" |
| 33 | + android:layout_height="wrap_content" |
| 34 | + android:text="@string/less_app_name" |
| 35 | + android:textSize="16dip" /> |
| 36 | + <TextView |
| 37 | + android:id="@+id/less_app_update_progress_text" |
| 38 | + android:layout_width="wrap_content" |
| 39 | + android:layout_height="wrap_content" |
| 40 | + android:layout_marginLeft="8dip" |
| 41 | + android:textColor="#8F8F8F" |
| 42 | + android:textSize="14dip" /> |
| 43 | + </LinearLayout> |
| 44 | + |
45 | 45 |
|
46 | 46 | <LinearLayout |
47 | 47 | android:id="@+id/less_app_update_progress_block" |
|
0 commit comments