Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
19da3869
Commit
19da3869
authored
May 31, 2022
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:修改圆角
parent
e051f00f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
4 deletions
+14
-4
config.gradle
config.gradle
+2
-2
shape_bg_white_secret.xml
m-user/src/main/res/drawable/shape_bg_white_secret.xml
+10
-0
user_activity_secret.xml
m-user/src/main/res/layout/user_activity_secret.xml
+2
-2
No files found.
config.gradle
View file @
19da3869
...
...
@@ -8,7 +8,7 @@ ext {
"m-confide"
:
"0.0.49.74"
,
"m-consultant"
:
"0.0.60.25"
,
"m-fm"
:
"0.0.30.08"
,
"m-user"
:
"0.0.62.3
0
"
,
"m-user"
:
"0.0.62.3
1
"
,
"m-home"
:
"0.0.23.48"
,
"m-im"
:
"0.0.21.44"
,
"m-dynamic"
:
"0.0.7.73"
,
...
...
@@ -93,7 +93,7 @@ ext {
"m-confide"
:
"0.0.49.74"
,
"m-consultant"
:
"0.0.60.25"
,
"m-fm"
:
"0.0.30.08"
,
"m-user"
:
"0.0.62.3
0
"
,
"m-user"
:
"0.0.62.3
1
"
,
"m-home"
:
"0.0.23.48"
,
"m-im"
:
"0.0.21.44"
,
"m-dynamic"
:
"0.0.7.73"
,
...
...
m-user/src/main/res/drawable/shape_bg_white_secret.xml
0 → 100644
View file @
19da3869
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shape=
"rectangle"
>
<solid
android:color=
"@color/white"
/>
<corners
android:radius=
"8dp"
/>
</shape>
\ No newline at end of file
m-user/src/main/res/layout/user_activity_secret.xml
View file @
19da3869
...
...
@@ -12,7 +12,7 @@
<RelativeLayout
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:background=
"@
color/white
"
android:background=
"@
drawable/shape_bg_white_secret
"
>
<RelativeLayout
...
...
@@ -52,7 +52,7 @@
<TextView
android:id=
"@+id/user_secret_desc"
android:layout_width=
"match_parent"
android:layout_height=
"
wrap_content
"
android:layout_height=
"
300dp
"
android:lineHeight=
"20dp"
tools:text=
"尊敬的用户,应最新的法律法规及监管政策要求,向您推送以下说明\n
1、您可通过《隐私保护政策》了解我们会收集哪些个人信息,如何使用,储存信息等事项;\n
...
...
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