|
@@ -1,6 +1,7 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<!--搜索栏-->
|
|
<!--搜索栏-->
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent">
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
@@ -12,5 +13,5 @@
|
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_gravity="center_horizontal"
|
|
|
android:scaleType="fitXY"
|
|
android:scaleType="fitXY"
|
|
|
android:src="@mipmap/logo_gray"
|
|
android:src="@mipmap/logo_gray"
|
|
|
- android:tint="@color/gray_text_hint"/>
|
|
|
|
|
|
|
+ app:tint="@color/gray_text_hint" />
|
|
|
</FrameLayout>
|
|
</FrameLayout>
|