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
2d6e0797
Commit
2d6e0797
authored
Mar 16, 2020
by
徐健
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI校对
parent
6d384b9a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
10 deletions
+12
-10
config.gradle
config.gradle
+2
-2
CollectFocusView.kt
m-user/src/main/java/com/yidianling/user/ui/collect/widget/CollectFocusView.kt
+3
-0
user_activity_sex_birth_layout.xml
m-user/src/main/res/layout/user_activity_sex_birth_layout.xml
+3
-3
user_complete_collect_dialog_layout.xml
m-user/src/main/res/layout/user_complete_collect_dialog_layout.xml
+1
-1
user_item_focus_layout.xml
m-user/src/main/res/layout/user_item_focus_layout.xml
+3
-4
No files found.
config.gradle
View file @
2d6e0797
...
...
@@ -45,9 +45,9 @@ ext {
"m-confide"
:
"0.0.48.6"
,
"m-consultant"
:
"0.0.57.4"
,
"m-fm"
:
"0.0.29.3"
,
"m-user"
:
"0.0.59.1
5
"
,
"m-user"
:
"0.0.59.1
8
"
,
"m-home"
:
"0.0.19.1"
,
"m-im"
:
"0.0.16.
3
"
,
"m-im"
:
"0.0.16.
6
"
,
"m-dynamic"
:
"0.0.6.1"
,
"m-muse"
:
"0.0.28.9"
,
...
...
m-user/src/main/java/com/yidianling/user/ui/collect/widget/CollectFocusView.kt
View file @
2d6e0797
...
...
@@ -2,6 +2,7 @@ package com.yidianling.user.ui.collect.widget
import
android.content.Context
import
android.graphics.Color
import
android.graphics.Typeface
import
android.util.AttributeSet
import
android.view.Gravity
import
android.view.View
...
...
@@ -56,8 +57,10 @@ class CollectFocusView : LinearLayout {
if
(
focus
)
{
user_focus_title
.
setTextColor
(
Color
.
parseColor
(
"#1DA1F2"
))
user_focus_desc
.
setTextColor
(
Color
.
parseColor
(
"#1DA1F2"
))
user_focus_title
.
typeface
=
Typeface
.
defaultFromStyle
(
Typeface
.
BOLD
)
setBackgroundResource
(
R
.
drawable
.
user_collect_select_bg
)
}
else
{
user_focus_title
.
typeface
=
Typeface
.
defaultFromStyle
(
Typeface
.
NORMAL
)
user_focus_title
.
setTextColor
(
Color
.
parseColor
(
"#242424"
))
user_focus_desc
.
setTextColor
(
Color
.
parseColor
(
"#666666"
))
setBackgroundResource
(
R
.
drawable
.
user_collect_unselect_bg
)
...
...
m-user/src/main/res/layout/user_activity_sex_birth_layout.xml
View file @
2d6e0797
...
...
@@ -38,7 +38,7 @@
android:textSize=
"18dp"
android:textColor=
"#242424"
android:layout_marginTop=
"40dp"
android:layout_marginBottom=
"
17
dp"
android:layout_marginBottom=
"
22
dp"
android:textStyle=
"bold"
/>
<LinearLayout
...
...
@@ -121,12 +121,12 @@
android:layout_weight=
"1"
android:layout_marginTop=
"22dp"
android:layout_marginBottom=
"2dp"
android:gravity=
"center"
>
android:gravity=
"center
_horizontal
"
>
<com.yidianling.user.ui.collect.widget.CustomNumberPicker
android:id=
"@+id/user_collect_date_pick"
android:layout_width=
"match_parent"
android:layout_height=
"
match_par
ent"
>
android:layout_height=
"
wrap_cont
ent"
>
</com.yidianling.user.ui.collect.widget.CustomNumberPicker>
</RelativeLayout>
...
...
m-user/src/main/res/layout/user_complete_collect_dialog_layout.xml
View file @
2d6e0797
...
...
@@ -15,7 +15,7 @@
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"提交成功
!
"
android:text=
"提交成功
!
"
android:textColor=
"#242424"
android:textSize=
"18dp"
android:textStyle=
"bold"
...
...
m-user/src/main/res/layout/user_item_focus_layout.xml
View file @
2d6e0797
...
...
@@ -12,8 +12,7 @@
android:layout_height=
"wrap_content"
android:text=
"情绪压力"
android:textColor=
"#242424"
android:textSize=
"18dp"
android:textStyle=
"bold"
/>
android:textSize=
"18dp"
/>
<TextView
android:id=
"@+id/user_focus_desc"
...
...
@@ -24,8 +23,7 @@
android:maxLines=
"1"
android:text=
"#焦虑#困惑#失眠多梦#"
android:textColor=
"#666666"
android:textSize=
"12dp"
android:textStyle=
"bold"
/>
android:textSize=
"12dp"
/>
</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