Commit c39f4eea authored by jianglx's avatar jianglx

修改旅游详情页面顶部按钮为悬浮

parent e53f2442
...@@ -72,17 +72,20 @@ ...@@ -72,17 +72,20 @@
android:progressDrawable="@drawable/shape_rv_bg_yellow_progress" android:progressDrawable="@drawable/shape_rv_bg_yellow_progress"
android:visibility="gone"></ProgressBar> android:visibility="gone"></ProgressBar>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<WebView <WebView
android:id="@+id/webView" android:id="@+id/webView"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="match_parent" />
android:layout_weight="1" />
<LinearLayout <LinearLayout
android:id="@+id/ll_item_bottom" android:id="@+id/ll_item_bottom"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:orientation="vertical"> android:orientation="vertical">
<include layout="@layout/common_line" /> <include layout="@layout/common_line" />
...@@ -94,6 +97,7 @@ ...@@ -94,6 +97,7 @@
<TextView <TextView
android:background="@color/white"
android:id="@+id/tv_customer_service" android:id="@+id/tv_customer_service"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="match_parent" android:layout_height="match_parent"
...@@ -111,9 +115,12 @@ ...@@ -111,9 +115,12 @@
android:background="@color/colorAuxiliaryYellow" android:background="@color/colorAuxiliaryYellow"
android:gravity="center" android:gravity="center"
android:text="立即预订" android:text="立即预订"
android:textColor="@color/colorWrite" android:textColor="@color/colorWrite"
android:textSize="@dimen/text_14" /> android:textSize="@dimen/text_14" />
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
</FrameLayout>
</LinearLayout> </LinearLayout>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment