|
4 | 4 | android:layout_height="match_parent" |
5 | 5 | android:gravity="center_horizontal" |
6 | 6 | android:orientation="vertical" > |
7 | | - <include layout="@layout/toolbar" /> |
| 7 | + |
| 8 | + <include layout="@layout/toolbar" /> |
| 9 | + |
8 | 10 | <ImageView |
9 | 11 | android:layout_width="wrap_content" |
10 | 12 | android:layout_height="wrap_content" |
|
18 | 20 | android:text="编程助手 v" |
19 | 21 | android:textColor="@color/grey_lv_fifth" /> |
20 | 22 |
|
21 | | - <View |
22 | | - android:layout_width="match_parent" |
23 | | - android:layout_height="2dp" |
24 | | - android:background="@drawable/ic_line_1" /> |
25 | | - |
26 | 23 | <TextView |
27 | 24 | style="@style/TextView.item_main" |
28 | 25 | android:layout_gravity="left" |
29 | 26 | android:layout_marginLeft="10dp" |
30 | 27 | android:layout_marginRight="10dp" |
31 | | - android:layout_marginTop="10dp" |
| 28 | + android:layout_marginTop="16dp" |
32 | 29 | android:gravity="left" |
33 | 30 | android:text="说明:" |
34 | | - android:textSize="14sp" /> |
| 31 | + android:textSize="16sp" /> |
| 32 | + |
| 33 | + <View |
| 34 | + android:layout_width="match_parent" |
| 35 | + android:layout_height="2dp" |
| 36 | + android:layout_marginLeft="8dp" |
| 37 | + android:layout_marginRight="8dp" |
| 38 | + android:background="@drawable/ic_line_3" /> |
35 | 39 |
|
36 | 40 | <TextView |
37 | 41 | style="@style/TextView.item_main" |
|
40 | 44 | android:layout_marginRight="10dp" |
41 | 45 | android:layout_marginTop="4dp" |
42 | 46 | android:gravity="left" |
43 | | - android:text="1.本软件资料来源于网络(我们全力保留出处),并经过整理得出,如有侵权,请联系我们!" |
| 47 | + android:text=" 本软件资料来源于网络(我们全力保留出处),并经过整理得出,如有侵权,请联系我们!" |
44 | 48 | android:textSize="14sp" /> |
45 | 49 |
|
46 | 50 | <TextView |
|
50 | 54 | android:layout_marginRight="10dp" |
51 | 55 | android:layout_marginTop="4dp" |
52 | 56 | android:gravity="left" |
53 | | - android:text="2.本软件基于Apache Licence 2.0开源协议" |
54 | | - android:textSize="14sp" /> |
| 57 | + android:text="2. 本软件基于Apache Licence 2.0开源协议" |
| 58 | + android:textSize="14sp" |
| 59 | + android:visibility="gone" /> |
55 | 60 |
|
56 | 61 | <TextView |
57 | 62 | style="@style/TextView.item_main" |
58 | 63 | android:layout_gravity="left" |
59 | 64 | android:layout_marginLeft="10dp" |
60 | 65 | android:layout_marginRight="10dp" |
61 | | - android:layout_marginTop="10dp" |
| 66 | + android:layout_marginTop="16dp" |
62 | 67 | android:gravity="left" |
63 | 68 | android:text="联系我们" |
64 | | - android:textSize="14sp" /> |
| 69 | + android:textSize="16sp" /> |
| 70 | + |
| 71 | + <View |
| 72 | + android:layout_width="match_parent" |
| 73 | + android:layout_height="2dp" |
| 74 | + android:layout_marginLeft="8dp" |
| 75 | + android:layout_marginRight="8dp" |
| 76 | + android:background="@drawable/ic_line_3" /> |
65 | 77 |
|
66 | 78 | <LinearLayout |
67 | 79 | android:layout_width="match_parent" |
|
77 | 89 | android:textSize="14sp" /> |
78 | 90 |
|
79 | 91 | <TextView |
80 | | - android:id="@+id/btn_homepage" |
81 | 92 | style="@style/TextView.item_main" |
| 93 | + android:autoLink="web" |
| 94 | + android:clickable="true" |
82 | 95 | android:text="http://www.iEManual.com" |
83 | | - android:textSize="14sp" |
| 96 | + android:textSize="14sp" /> |
| 97 | + </LinearLayout> |
| 98 | + |
| 99 | + <LinearLayout |
| 100 | + android:layout_width="match_parent" |
| 101 | + android:layout_height="wrap_content" |
| 102 | + android:layout_marginLeft="10dp" |
| 103 | + android:layout_marginRight="10dp" |
| 104 | + android:layout_marginTop="4dp" |
| 105 | + android:orientation="horizontal" > |
| 106 | + |
| 107 | + <TextView |
| 108 | + style="@style/TextView.item_main" |
| 109 | + android:text="官方博客: " |
| 110 | + android:textSize="14sp" /> |
| 111 | + |
| 112 | + <TextView |
| 113 | + style="@style/TextView.item_main" |
| 114 | + android:autoLink="web" |
84 | 115 | android:clickable="true" |
85 | | - /> |
| 116 | + android:text="http://www.iEManual.com/blog" |
| 117 | + android:textSize="14sp" /> |
86 | 118 | </LinearLayout> |
87 | 119 |
|
88 | 120 | <LinearLayout |
|
100 | 132 |
|
101 | 133 | <TextView |
102 | 134 | style="@style/TextView.item_main" |
103 | | - android:text="tonjayin@gmail.com" |
| 135 | + android:autoLink="email" |
| 136 | + android:text="tonjayin+EManual@gmail.com" |
104 | 137 | android:textSize="14sp" /> |
105 | 138 | </LinearLayout> |
106 | 139 |
|
|
0 commit comments