Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
94d4fb2c
Commit
94d4fb2c
authored
Oct 08, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
80b18570
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
src/main/res/layout/activity_policy.xml
+1
-0
src/main/res/layout/activity_web.xml
+3
-1
No files found.
src/main/res/layout/activity_policy.xml
View file @
94d4fb2c
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
android:id=
"@+id/activity_policy_webview"
android:id=
"@+id/activity_policy_webview"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"0dp"
android:layout_height=
"0dp"
android:longClickable=
"false"
android:layout_weight=
"1"
android:layout_weight=
"1"
android:layout_margin=
"5dp"
android:layout_margin=
"5dp"
android:background=
"@color/white"
/>
android:background=
"@color/white"
/>
...
...
src/main/res/layout/activity_web.xml
View file @
94d4fb2c
...
@@ -13,7 +13,8 @@
...
@@ -13,7 +13,8 @@
<WebView
<WebView
android:id=
"@+id/activity_web_wv"
android:id=
"@+id/activity_web_wv"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
android:layout_height=
"match_parent"
android:longClickable=
"false"
/>
</com.scwang.smartrefresh.layout.SmartRefreshLayout>
</com.scwang.smartrefresh.layout.SmartRefreshLayout>
</LinearLayout>
</LinearLayout>
\ No newline at end of file
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