|
21 | 21 |
|
22 | 22 | <!--没有搜索内容也没有历史记录-->
|
23 | 23 | <LinearLayout
|
24 |
| - android:layout_width="180dp" |
| 24 | + android:layout_width="256dp" |
25 | 25 | android:id="@+id/allEmptyView"
|
26 | 26 | android:layout_height="wrap_content"
|
27 | 27 | android:layout_gravity="center_horizontal"
|
|
34 | 34 | android:layout_height="wrap_content"
|
35 | 35 | android:layout_centerHorizontal="true"
|
36 | 36 | android:textColor="@color/font_9"
|
37 |
| - android:textSize="14sp" |
| 37 | + android:textSize="15sp" |
38 | 38 | android:text="搜索更多内容" />
|
39 | 39 |
|
40 | 40 | <View
|
41 | 41 | style="@style/DivideLine"
|
42 |
| - android:layout_height="2dp" |
| 42 | + android:layout_height="0.5dp" |
| 43 | + android:layout_marginLeft="19.5dp" |
| 44 | + android:layout_marginRight="19.5dp" |
43 | 45 | android:layout_marginTop="15dp" />
|
44 | 46 |
|
45 | 47 | <LinearLayout
|
46 |
| - android:layout_width="210dp" |
| 48 | + android:layout_width="match_parent" |
47 | 49 | android:layout_height="wrap_content"
|
48 | 50 | android:layout_marginTop="20dp"
|
49 | 51 | android:orientation="horizontal">
|
|
72 | 74 | </LinearLayout>
|
73 | 75 |
|
74 | 76 | <LinearLayout
|
75 |
| - android:layout_width="210dp" |
| 77 | + android:layout_width="match_parent" |
76 | 78 | android:layout_height="wrap_content"
|
77 | 79 | android:layout_marginTop="20dp"
|
78 | 80 | android:orientation="horizontal">
|
|
0 commit comments