Skip to content

Commit f5c372e

Browse files
committed
修改图标
1 parent 937783f commit f5c372e

13 files changed

+8
-6
lines changed
-191 Bytes
Loading
Loading

app/src/main/res/layout/activity_search_project.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<!--没有搜索内容也没有历史记录-->
2323
<LinearLayout
24-
android:layout_width="180dp"
24+
android:layout_width="256dp"
2525
android:id="@+id/allEmptyView"
2626
android:layout_height="wrap_content"
2727
android:layout_gravity="center_horizontal"
@@ -34,16 +34,18 @@
3434
android:layout_height="wrap_content"
3535
android:layout_centerHorizontal="true"
3636
android:textColor="@color/font_9"
37-
android:textSize="14sp"
37+
android:textSize="15sp"
3838
android:text="搜索更多内容" />
3939

4040
<View
4141
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"
4345
android:layout_marginTop="15dp" />
4446

4547
<LinearLayout
46-
android:layout_width="210dp"
48+
android:layout_width="match_parent"
4749
android:layout_height="wrap_content"
4850
android:layout_marginTop="20dp"
4951
android:orientation="horizontal">
@@ -72,7 +74,7 @@
7274
</LinearLayout>
7375

7476
<LinearLayout
75-
android:layout_width="210dp"
77+
android:layout_width="match_parent"
7678
android:layout_height="wrap_content"
7779
android:layout_marginTop="20dp"
7880
android:orientation="horizontal">
Binary file not shown.
429 Bytes
Loading
975 Bytes
Loading
589 Bytes
Loading
648 Bytes
Loading
Loading
340 Bytes
Loading

0 commit comments

Comments
 (0)