Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RvApp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lify
RvApp
Commits
730c239d
Commit
730c239d
authored
Aug 06, 2019
by
jianglx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
旅游详情页面顶部恢复之前的
parent
f839843a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
69 additions
and
76 deletions
+69
-76
activity_travel_details.xml
...e_tourism/src/main/res/layout/activity_travel_details.xml
+69
-76
No files found.
module_tourism/src/main/res/layout/activity_travel_details.xml
View file @
730c239d
...
...
@@ -4,34 +4,20 @@
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
<FrameLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<WebView
android:id=
"@+id/webView"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<RelativeLayout
<RelativeLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:id=
"@+id/lay_title"
android:layout_width=
"match_parent"
android:layout_height=
"@dimen/size_55"
android:layout_gravity=
"top
"
>
android:background=
"@color/colorWrite
"
>
<ImageView
android:id=
"@+id/iv_back"
android:layout_width=
"@dimen/size_40
"
android:layout_height=
"@dimen/size_40
"
android:layout_width=
"@dimen/size_32
"
android:layout_height=
"@dimen/size_32
"
android:layout_centerVertical=
"true"
android:layout_marginLeft=
"@dimen/size_5"
android:padding=
"@dimen/size_8"
android:src=
"@drawable/icon_webview_bac
k"
/>
android:src=
"@drawable/rv_common_icon_back_dar
k"
/>
<TextView
android:id=
"@+id/tv_center"
...
...
@@ -42,9 +28,8 @@
android:gravity=
"center"
android:maxWidth=
"320dp"
android:maxLines=
"1"
android:textColor=
"@color/white"
android:textSize=
"@dimen/text_18"
android:visibility=
"gone"
/>
android:textColor=
"@color/textMain"
android:textSize=
"@dimen/text_18"
/>
<LinearLayout
android:layout_width=
"wrap_content"
...
...
@@ -56,26 +41,26 @@
<ImageView
android:id=
"@+id/iv_collect"
android:layout_width=
"@dimen/size_38
"
android:layout_height=
"@dimen/size_38
"
android:layout_width=
"@dimen/size_32
"
android:layout_height=
"@dimen/size_32
"
android:layout_centerVertical=
"true"
android:layout_marginRight=
"@dimen/size_5"
android:padding=
"@dimen/size_8"
android:src=
"@drawable/icon_webview
_collect"
/>
android:src=
"@drawable/tourism_rv
_collect"
/>
<ImageView
android:id=
"@+id/iv_share"
android:layout_width=
"@dimen/size_40
"
android:layout_height=
"@dimen/size_40
"
android:layout_width=
"@dimen/size_32
"
android:layout_height=
"@dimen/size_32
"
android:layout_centerVertical=
"true"
android:layout_marginRight=
"@dimen/size_5"
android:padding=
"@dimen/size_8"
android:src=
"@drawable/icon_webview
_share"
/>
android:src=
"@drawable/tourism_rv_rentingcar_icon
_share"
/>
</LinearLayout>
</RelativeLayout>
<!--<include layout="@layout/common_line" />--
>
<include
layout=
"@layout/common_line"
/
>
<ProgressBar
android:id=
"@+id/pb_progress"
...
...
@@ -86,7 +71,15 @@
android:max=
"100"
android:progressDrawable=
"@drawable/shape_rv_bg_yellow_progress"
android:visibility=
"gone"
></ProgressBar>
</LinearLayout>
<FrameLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<WebView
android:id=
"@+id/webView"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
<LinearLayout
android:id=
"@+id/ll_item_bottom"
...
...
@@ -104,11 +97,11 @@
<TextView
android:background=
"@color/white"
android:id=
"@+id/tv_customer_service"
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_weight=
"1"
android:background=
"@color/white"
android:gravity=
"center"
android:text=
"联系客服"
android:textColor=
"@color/colorMain"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment