yuanshenglan лет назад: 7
Родитель
Сommit
45a5923b32
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      app/src/main/res/layout/x_ask_getmoney_act_layout.xml

+ 3 - 1
app/src/main/res/layout/x_ask_getmoney_act_layout.xml

@@ -25,14 +25,16 @@
 
             <com.tencent.smtt.sdk.WebView
                 android:id="@+id/ask_bg"
+                android:layout_marginTop="?attr/actionBarSize"
                 android:layout_width="match_parent"
                 android:layout_height="match_parent" />
 
             <!--底部有白条,用这一层覆盖-->
             <View
+                android:id="@+id/ask_top_3"
                 android:layout_width="match_parent"
                 android:layout_height="100dp"
-                android:layout_alignParentBottom="true"
+                android:layout_marginTop="300dp"
                 android:background="#FFD269"/>
             <!--内容   注:layout_marginBottom 为底部添加一点空间-->
             <LinearLayout