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
e9b5e99c
Commit
e9b5e99c
authored
Dec 30, 2021
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:修改UI
parent
e092dd4a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
+11
-9
config.gradle
config.gradle
+4
-4
right_triangle.png
m-im/src/main/res/drawable-xhdpi/right_triangle.png
+0
-0
im_expert_consult_service_item_view.xml
m-im/src/main/res/layout/im_expert_consult_service_item_view.xml
+7
-5
No files found.
config.gradle
View file @
e9b5e99c
...
...
@@ -10,7 +10,7 @@ ext {
"m-fm"
:
"0.0.30.04"
,
"m-user"
:
"0.0.61.82"
,
"m-home"
:
"0.0.22.84"
,
"m-im"
:
"0.0.20.8
3
"
,
"m-im"
:
"0.0.20.8
4
"
,
"m-dynamic"
:
"0.0.7.35"
,
"m-article"
:
"0.0.0.10"
,
...
...
@@ -33,7 +33,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform"
:
"0.0.40.6
5
"
,
"ydl-platform"
:
"0.0.40.6
8
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.47"
,
...
...
@@ -93,7 +93,7 @@ ext {
"m-fm"
:
"0.0.30.07"
,
"m-user"
:
"0.0.61.82"
,
"m-home"
:
"0.0.22.83"
,
"m-im"
:
"0.0.20.8
3
"
,
"m-im"
:
"0.0.20.8
4
"
,
"m-dynamic"
:
"0.0.7.35"
,
"m-article"
:
"0.0.0.8"
,
...
...
@@ -115,7 +115,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform"
:
"0.0.40.6
5
"
,
"ydl-platform"
:
"0.0.40.6
8
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.47"
,
...
...
m-im/src/main/res/drawable-xhdpi/right_triangle.png
0 → 100644
View file @
e9b5e99c
395 Bytes
m-im/src/main/res/layout/im_expert_consult_service_item_view.xml
View file @
e9b5e99c
...
...
@@ -161,13 +161,12 @@
android:id=
"@+id/ll_busy"
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:orientation=
"vertical"
android:paddingLeft=
"20dp"
android:paddingRight=
"18dp"
android:gravity=
"center"
android:visibility=
"gone"
tools:visibility=
"visible"
>
tools:visibility=
"visible"
>
<TextView
android:layout_width=
"wrap_content"
...
...
@@ -178,9 +177,12 @@
android:id=
"@+id/tv_add"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:baselineAligned=
"false"
android:drawableRight=
"@drawable/right_triangle"
android:padding=
"5dp"
android:textColor=
"@color/platform_color_1DA1F2"
android:text=
"提醒添加"
/>
android:text=
"提醒添加"
android:drawablePadding=
"2dp"
android:textColor=
"@color/platform_color_1DA1F2"
/>
</LinearLayout>
</RelativeLayout>
...
...
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