ソースを参照

放大抢红包图标

yuanshenglan 7 年 前
コミット
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