Explorar el Código

放大抢红包图标

yuanshenglan hace 7 años
padre
commit
45a5923b32
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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