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
5fb95cb2
Commit
5fb95cb2
authored
May 04, 2022
by
刘鹏
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'new_dev_4.3.89' into new_dev
parents
657f2925
dde5f598
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
config.gradle
config.gradle
+1
-4
shape_bg_leave_room.xml
ydl-tuicore/src/main/res/drawable/shape_bg_leave_room.xml
+6
-0
dialog_leave_room.xml
ydl-tuicore/src/main/res/layout/dialog_leave_room.xml
+1
-1
No files found.
config.gradle
View file @
5fb95cb2
...
...
@@ -34,7 +34,6 @@ ext {
//mdt 组件
"ydl-tuicore"
:
"0.0.22"
,
// "m-tuicore-ydl" : "0.0.10",
//第一步
"ydl-platform"
:
"0.0.40.96"
,
...
...
@@ -118,8 +117,7 @@ ext {
"m-dynamic-api"
:
"0.0.3.71"
,
//-------------- 功能组件 --------------
//mdt组件
"ydl-tuicore"
:
"0.0.9"
,
"m-tuicore-ydl"
:
"0.0.10"
,
"ydl-tuicore"
:
"0.0.22"
,
//第一步
"ydl-platform"
:
"0.0.40.96"
,
...
...
@@ -288,7 +286,6 @@ ext {
//基础组件 <<--- 先发这个,发完改这里的版本号
"ydl-platform"
:
"com.ydl:ydl-platform:${ydlCompileVersion["
ydl
-
platform
"]}@aar"
,
"ydl-tuicore"
:
"com.ydl:ydl-tuicore:${ydlCompileVersion["
ydl
-
tuicore
"]}@aar"
,
"m-tuicore-ydl"
:
"com.ydl:m-tuicore-ydl:${ydlCompileVersion["
m
-
tuicore
-
ydl
"]}@aar"
,
//功能组件 <<--- 再发这些,发完改这里的版本号
"ydl-webview"
:
"com.ydl:ydl-webview:${ydlCompileVersion["
ydl
-
webview
"]}@aar"
,
"ydl-media"
:
"com.ydl:ydl-media:${ydlCompileVersion["
ydl
-
media
"]}@aar"
,
...
...
ydl-tuicore/src/main/res/drawable/shape_bg_leave_room.xml
0 → 100644
View file @
5fb95cb2
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shape=
"rectangle"
>
<solid
android:color=
"#F4F5F9"
/>
<corners
android:radius=
"26dp"
/>
</shape>
ydl-tuicore/src/main/res/layout/dialog_leave_room.xml
View file @
5fb95cb2
...
...
@@ -4,7 +4,7 @@
android:layout_width=
"270dp"
android:layout_height=
"142dp"
android:layout_gravity=
"center"
android:background=
"@drawable/
bg_edit_text
"
>
android:background=
"@drawable/
shape_bg_leave_room
"
>
<TextView
android:id=
"@+id/tv_title"
...
...
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