|
|
@@ -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
|