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
8dddd4a5
Commit
8dddd4a5
authored
Apr 26, 2022
by
upwork.021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 增加离开群聊房间二次确认弹窗
parent
22643ca0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
config.gradle
config.gradle
+1
-1
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 @
8dddd4a5
...
...
@@ -33,7 +33,7 @@ ext {
//-------------- 功能组件 --------------
//mdt 组件
"ydl-tuicore"
:
"0.0.2
1
"
,
"ydl-tuicore"
:
"0.0.2
2
"
,
// "m-tuicore-ydl" : "0.0.10",
//第一步
"ydl-platform"
:
"0.0.40.96"
,
...
...
ydl-tuicore/src/main/res/drawable/shape_bg_leave_room.xml
0 → 100644
View file @
8dddd4a5
<?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 @
8dddd4a5
...
...
@@ -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