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
63f4438a
Commit
63f4438a
authored
Sep 22, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update layout
parent
0a67db5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/main/res/layout/dialog_policy.xml
+5
-5
No files found.
src/main/res/layout/dialog_policy.xml
View file @
63f4438a
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"
280dp
"
android:layout_width=
"
wrap_content
"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"50dp"
android:layout_marginBottom=
"50dp"
android:background=
"@color/white"
android:background=
"@color/white"
...
@@ -8,25 +8,25 @@
...
@@ -8,25 +8,25 @@
android:padding=
"20dp"
>
android:padding=
"20dp"
>
<TextView
<TextView
android:layout_width=
"2
8
0dp"
android:layout_width=
"2
4
0dp"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"@string/btn_read_agreemment"
android:text=
"@string/btn_read_agreemment"
android:textSize=
"20dp"
android:textSize=
"20dp"
android:textStyle=
"bold"
/>
android:textStyle=
"bold"
/>
<TextView
<TextView
android:layout_width=
"
280dp
"
android:layout_width=
"
match_parent
"
android:layout_height=
"1dp"
android:layout_height=
"1dp"
android:layout_marginTop=
"10dp"
android:layout_marginTop=
"10dp"
android:background=
"@color/color_line"
/>
android:background=
"@color/color_line"
/>
<ScrollView
<ScrollView
android:layout_width=
"
280dp
"
android:layout_width=
"
match_parent
"
android:scrollbars=
"none"
android:scrollbars=
"none"
android:layout_height=
"wrap_content"
>
android:layout_height=
"wrap_content"
>
<LinearLayout
<LinearLayout
android:layout_width=
"
280dp
"
android:layout_width=
"
match_parent
"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:paddingBottom=
"20dp"
android:paddingBottom=
"20dp"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
>
...
...
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