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
b5bb6b33
Commit
b5bb6b33
authored
Apr 20, 2021
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 搜索光标问题修复 m-consultant-ydl 升级到 0.0.59.74
parent
f51668cd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
+13
-5
config.gradle
config.gradle
+2
-2
consultant_edit_cursor_drawable.xml
m-consultant/src/main/res/drawable/consultant_edit_cursor_drawable.xml
+8
-0
consultant_activity_hot_search.xml
m-consultant/src/main/res/layout/consultant_activity_hot_search.xml
+3
-3
No files found.
config.gradle
View file @
b5bb6b33
...
...
@@ -6,7 +6,7 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.49.08"
,
"m-consultant"
:
"0.0.59.7
2
"
,
"m-consultant"
:
"0.0.59.7
4
"
,
"m-fm"
:
"0.0.30.03"
,
"m-user"
:
"0.0.61.30"
,
"m-home"
:
"0.0.22.60"
,
...
...
@@ -89,7 +89,7 @@ ext {
//第三步 若干
"m-confide"
:
"0.0.49.08"
,
"m-consultant"
:
"0.0.59.7
2
"
,
"m-consultant"
:
"0.0.59.7
4
"
,
"m-fm"
:
"0.0.30.01"
,
"m-user"
:
"0.0.61.18"
,
"m-home"
:
"0.0.22.54"
,
...
...
m-consultant/src/main/res/drawable/consultant_edit_cursor_drawable.xml
0 → 100644
View file @
b5bb6b33
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shape=
"rectangle"
>
<size
android:width=
"1dp"
/>
<span
style=
"font-family: Arial, Helvetica, sans-serif;"
/>
<solid
android:color=
"@color/platform_main_theme"
/>
</shape>
\ No newline at end of file
m-consultant/src/main/res/layout/consultant_activity_hot_search.xml
View file @
b5bb6b33
...
...
@@ -60,7 +60,7 @@
android:tag=
"tag_search_input_edit"
android:textColor=
"#242424"
android:textColorHint=
"#b3b3b3"
android:textCursorDrawable=
"@
color/platform_main_them
e"
android:textCursorDrawable=
"@
drawable/consultant_edit_cursor_drawabl
e"
android:textSize=
"13sp"
/>
<ImageView
...
...
@@ -104,9 +104,9 @@
android:layout_marginLeft=
"15dp"
android:layout_marginRight=
"15dp"
android:scaleType=
"centerCrop"
android:visibility=
"gone"
app:pa_borderRadius=
"8dp"
app:pa_type=
"pa_round"
android:visibility=
"gone"
tools:visibility=
"visible"
/>
...
...
@@ -115,9 +115,9 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_below=
"@+id/v_topLine"
android:layout_marginTop=
"13dp"
android:clickable=
"true"
android:focusable=
"true"
android:layout_marginTop=
"13dp"
android:orientation=
"vertical"
android:paddingLeft=
"15dp"
android:paddingRight=
"15dp"
>
...
...
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