Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
HBHAndroid
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
杨秀秀
HBHAndroid
Commits
94bc1c5b
Commit
94bc1c5b
authored
Jan 15, 2024
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加功能:
隐私条款已知晓按钮bug修复
parent
ff661f51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
13 deletions
+15
-13
dialog_comm_text_agree.xml
xxviewlibrary/src/main/res/layout/dialog_comm_text_agree.xml
+15
-13
No files found.
xxviewlibrary/src/main/res/layout/dialog_comm_text_agree.xml
View file @
94bc1c5b
...
...
@@ -34,42 +34,44 @@
<androidx.core.widget.NestedScrollView
android:layout_width=
"match_parent"
android:layout_height=
"510dp"
android:layout_height=
"0dp"
android:layout_weight=
"1"
android:background=
"@color/bg_grey"
>
<WebView
android:id=
"@+id/web_comm"
android:layout_width=
"match_parent"
android:layout_height=
"
match_par
ent"
android:layout_height=
"
wrap_cont
ent"
tools:ignore=
"WebViewLayout"
/>
</androidx.core.widget.NestedScrollView>
<!-- <View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/line_grey"/>--
>
</androidx.core.widget.NestedScrollView
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"48dp"
android:layout_gravity=
"center"
android:gravity=
"center"
android:orientation=
"horizontal"
>
<Button
android:id=
"@+id/btn_refuse"
android:layout_width=
"match_parent"
android:layout_height=
"48dp"
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:gravity=
"center"
android:layout_weight=
"1"
android:background=
"#00000000"
android:onClick=
"@{dialog.refuseClick}"
android:text=
"@{model.
refus
eTxt.toString()}"
android:text=
"@{model.
sur
eTxt.toString()}"
android:textColor=
"@color/text_grey"
android:textSize=
"16sp"
android:visibility=
"@{model.refuseTxt==null? View.GONE : View.VISIBLE}"
/>
<Button
android:layout_width=
"match_parent"
android:layout_height=
"48dp"
android:layout_width=
"0dp"
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:gravity=
"center"
android:layout_weight=
"1"
android:background=
"#00000000"
android:onClick=
"@{dialog.acceptClick}"
...
...
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