詹子聪 преди 4 години
родител
ревизия
c69ba02644
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      app/src/main/res/layout/view_empty.xml

+ 2 - 1
app/src/main/res/layout/view_empty.xml

@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--搜索栏-->
 <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_height="match_parent">
 
@@ -12,5 +13,5 @@
         android:layout_gravity="center_horizontal"
         android:scaleType="fitXY"
         android:src="@mipmap/logo_gray"
-        android:tint="@color/gray_text_hint"/>
+        app:tint="@color/gray_text_hint" />
 </FrameLayout>