소스 검색

修复个人中心下面可能存在发现内容的bug

(cherry picked from commit 21449cf)
zengjiebin 7 년 전
부모
커밋
fbead2a980
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/main/res/layout/fgt_personalcenter_layout.xml

+ 1 - 1
app/src/main/res/layout/fgt_personalcenter_layout.xml

@@ -2,13 +2,13 @@
 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
+    android:background="@color/bg_gray"
     android:scrollbars="none">
 
     <LinearLayout
         android:id="@+id/root_4"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:background="@color/bg_gray"
         android:orientation="vertical"
         android:layout_marginTop="24dp">