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
cc2481b1
Commit
cc2481b1
authored
Sep 07, 2022
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 分享图片问题修复,文案修复、跳转修复、UI还原
parent
4f795005
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
61 deletions
+8
-61
consultant_bg_radius_line_gray_1.xml
m-consultant/src/main/res/drawable/consultant_bg_radius_line_gray_1.xml
+2
-1
colors.xml
m-consultant/src/main/res/values/colors.xml
+1
-0
HomeButtonBannerView.kt
m-home/src/xlzx/java/com/yidianling/home/ui/view/HomeButtonBannerView.kt
+2
-2
home_button_banner_view.xml
m-home/src/xlzx/res/layout/home_button_banner_view.xml
+2
-57
platform_dialog_share.xml
ydl-platform/src/main/res/layout/platform_dialog_share.xml
+1
-1
No files found.
m-consultant/src/main/res/drawable/consultant_bg_radius_line_gray_1.xml
View file @
cc2481b1
...
...
@@ -5,6 +5,6 @@
<solid
android:color=
"@color/platform_white"
/>
<stroke
android:width=
"0.5dp"
android:color=
"@color/color_1c1f28_
2
0"
/>
android:color=
"@color/color_1c1f28_
1
0"
/>
</shape>
\ No newline at end of file
m-consultant/src/main/res/values/colors.xml
View file @
cc2481b1
...
...
@@ -30,6 +30,7 @@
<color
name=
"color_1c1f28_50"
>
#801c1f28
</color>
<color
name=
"color_1c1f28_40"
>
#661c1f28
</color>
<color
name=
"color_1c1f28_20"
>
#331c1f28
</color>
<color
name=
"color_1c1f28_10"
>
#1a1c1f28
</color>
<color
name=
"color_ef8a4a"
>
#EF8A4A
</color>
<color
name=
"color_f6f6f7"
>
#f6f6f7
</color>
<color
name=
"color_6ec8f9"
>
#6ec8f9
</color>
...
...
m-home/src/xlzx/java/com/yidianling/home/ui/view/HomeButtonBannerView.kt
View file @
cc2481b1
...
...
@@ -43,10 +43,10 @@ class HomeButtonBannerView(private val mContext: Context, private var homeEvent:
homeEvent
?.
reservationExpertsClick
()
}
dataBinding
?.
homeModuleButtonBannerSecond
?.
setOnClickListener
{
homeEvent
?.
askMoreClick
(
)
homeEvent
?.
nowConfideClick
(
false
)
}
dataBinding
?.
homeModuleButtonBannerThird
?.
setOnClickListener
{
homeEvent
?.
nowConfideClick
(
false
)
homeEvent
?.
psychologyClassClick
(
)
}
dataBinding
?.
homeModuleButtonBannerFourth
?.
setOnClickListener
{
homeEvent
?.
psychologyTestClick
()
...
...
m-home/src/xlzx/res/layout/home_button_banner_view.xml
View file @
cc2481b1
...
...
@@ -65,61 +65,6 @@
android:layout_width=
"45dp"
app:layout_constraintHorizontal_weight=
"1"
android:layout_height=
"20dp"
/>
<!-- <ImageView-->
<!-- android:id="@+id/header1"-->
<!-- android:layout_marginTop="8dp"-->
<!-- android:visibility="visible"-->
<!-- android:src="@mipmap/home_banner_header1"-->
<!-- app:layout_constraintTop_toBottomOf="@id/homeModuleFirstDec"-->
<!-- app:layout_constraintLeft_toLeftOf="@id/homeModuleButtonBannerFirstTitle"-->
<!-- android:layout_width="18dp"-->
<!-- android:layout_height="18dp"/>-->
<!-- <ImageView-->
<!-- android:id="@+id/header2"-->
<!-- android:layout_marginTop="8dp"-->
<!-- android:src="@mipmap/home_banner_header1"-->
<!-- android:layout_marginLeft="14dp"-->
<!-- android:visibility="visible"-->
<!-- app:layout_constraintTop_toBottomOf="@id/homeModuleFirstDec"-->
<!-- app:layout_constraintLeft_toLeftOf="@id/header1"-->
<!-- android:layout_width="18dp"-->
<!-- android:layout_height="18dp" />-->
<!-- <ImageView-->
<!-- android:id="@+id/header3"-->
<!-- android:layout_marginTop="8dp"-->
<!-- android:src="@mipmap/home_banner_header2"-->
<!-- android:layout_marginLeft="14dp"-->
<!-- android:visibility="visible"-->
<!-- app:layout_constraintTop_toBottomOf="@id/homeModuleFirstDec"-->
<!-- app:layout_constraintLeft_toLeftOf="@id/header2"-->
<!-- android:layout_width="18dp"-->
<!-- android:layout_height="18dp" />-->
<!-- <ImageView-->
<!-- android:id="@+id/header4"-->
<!-- android:layout_marginTop="8dp"-->
<!-- android:src="@mipmap/home_banner_header1"-->
<!-- android:layout_marginLeft="14dp"-->
<!-- android:visibility="gone"-->
<!-- app:layout_constraintTop_toBottomOf="@id/homeModuleFirstDec"-->
<!-- app:layout_constraintLeft_toLeftOf="@id/header3"-->
<!-- android:layout_width="18dp"-->
<!-- android:layout_height="18dp" />-->
<!-- <ImageView-->
<!-- android:id="@+id/header5"-->
<!-- android:layout_marginTop="8dp"-->
<!-- android:src="@mipmap/home_banner_header2"-->
<!-- android:layout_marginLeft="12dp"-->
<!-- android:visibility="gone"-->
<!-- app:layout_constraintTop_toBottomOf="@id/homeModuleFirstDec"-->
<!-- app:layout_constraintLeft_toLeftOf="@id/header4"-->
<!-- android:layout_width="18dp"-->
<!-- android:layout_height="18dp" />-->
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
...
...
@@ -209,7 +154,7 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"10dp"
android:text=
"
心理课堂
"
android:text=
"
倾诉热线
"
android:textColor=
"@color/white"
android:textSize=
"16dp"
android:textStyle=
"bold"
...
...
@@ -222,7 +167,7 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"2dp"
android:text=
"
学习与成长
"
android:text=
"
24小时在线
"
android:textColor=
"@color/white"
android:textSize=
"11dp"
app:layout_constraintLeft_toLeftOf=
"@id/homeModuleButtonBannerSecondTitle"
...
...
ydl-platform/src/main/res/layout/platform_dialog_share.xml
View file @
cc2481b1
...
...
@@ -31,7 +31,7 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:scaleType=
"fit
XY
"
android:scaleType=
"fit
Center
"
tools:layout_height=
"100dp"
/>
<TextView
...
...
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