|
23 | 23 | android:minHeight="?android:attr/listPreferredItemHeight" |
24 | 24 | android:layout_height="wrap_content" |
25 | 25 | android:layout_width="match_parent" |
26 | | - android:paddingLeft="10dip" |
27 | | - android:paddingRight="15dip"> |
| 26 | + android:paddingLeft="16dip" |
| 27 | + android:paddingRight="16dip"> |
28 | 28 |
|
29 | 29 | <!-- Activity icon when presenting dialog --> |
30 | 30 | <ImageView android:id="@+id/icon" |
|
39 | 39 | android:layout_height="wrap_content" > |
40 | 40 | <!-- Activity name --> |
41 | 41 | <TextView android:id="@android:id/text1" |
42 | | - android:textAppearance="?android:attr/textAppearanceLarge" |
| 42 | + android:textAppearance="?android:attr/textAppearanceListItemSmall" |
43 | 43 | android:layout_width="wrap_content" |
44 | 44 | android:layout_height="wrap_content" |
45 | 45 | android:maxLines="2" |
46 | | - android:paddingLeft="10dip" /> |
| 46 | + android:paddingLeft="16dip" /> |
47 | 47 | <!-- Extended activity info to distinguish between duplicate activity names --> |
48 | 48 | <TextView android:id="@android:id/text2" |
49 | | - android:textAppearance="?android:attr/textAppearanceMedium" |
| 49 | + android:textAppearance="?android:attr/textAppearanceSmall" |
50 | 50 | android:layout_width="wrap_content" |
51 | 51 | android:layout_height="wrap_content" |
52 | 52 | android:maxLines="2" |
53 | | - android:paddingLeft="10dip" /> |
| 53 | + android:paddingLeft="16dip" /> |
54 | 54 | </LinearLayout> |
55 | 55 | </LinearLayout> |
56 | 56 |
|
0 commit comments