Browse Source

Merge remote-tracking branch 'origin/sheep_develop' into sheep_develop

zengjiebin 7 years ago
parent
commit
b75065cbe8
2 changed files with 1 additions and 7 deletions
  1. 1 0
      app/src/main/res/layout/act_pay.xml
  2. 0 7
      app/src/main/res/layout/find_item_news.xml

+ 1 - 0
app/src/main/res/layout/act_pay.xml

@@ -4,6 +4,7 @@
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:background="#2A3342"
+    android:fitsSystemWindows="true"
     tools:context="com.sheep.gamegroup.view.activity.ActPay">
 
     <ImageView

+ 0 - 7
app/src/main/res/layout/find_item_news.xml

@@ -45,11 +45,4 @@
 
     </RelativeLayout>
 
-    <View
-        android:background="@color/gray"
-        android:layout_marginLeft="@dimen/content_padding_10"
-        android:layout_marginRight="@dimen/content_padding_10"
-        android:layout_below="@+id/find_item_container"
-        android:layout_width="match_parent"
-        android:layout_height="1dp"/>
 </RelativeLayout>