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
725a4ed9
Commit
725a4ed9
authored
Aug 03, 2022
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:修改 BUG
parent
99e39eac
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
10 deletions
+11
-10
ExpertSearchActivity.kt
m-consultant/src/main/java/com/yidianling/consultant/ExpertSearchActivity.kt
+3
-3
ExpertSearchFragment.kt
m-consultant/src/main/java/com/yidianling/consultant/ExpertSearchFragment.kt
+3
-3
FilterPopupWindow.kt
m-consultant/src/main/java/com/yidianling/consultant/ui/view/FilterPopupWindow.kt
+2
-1
filter_down_blue.png
m-consultant/src/main/res/drawable-xxhdpi/filter_down_blue.png
+0
-0
filter_up_grey.png
m-consultant/src/main/res/drawable-xxhdpi/filter_up_grey.png
+0
-0
consultant_layout_search_content.xml
m-consultant/src/main/res/layout/consultant_layout_search_content.xml
+3
-3
No files found.
m-consultant/src/main/java/com/yidianling/consultant/ExpertSearchActivity.kt
View file @
725a4ed9
...
...
@@ -1581,7 +1581,7 @@ class ExpertSearchActivity : BaseMvpActivity<IExpertSearchView, ExpertSearchPres
tv
.
setCompoundDrawablesWithIntrinsicBounds
(
0
,
0
,
R
.
drawable
.
platform_ic_arrow_drop_down_grey_500_18dp
,
R
.
drawable
.
filter_up_grey
,
0
)
}
...
...
@@ -1591,7 +1591,7 @@ class ExpertSearchActivity : BaseMvpActivity<IExpertSearchView, ExpertSearchPres
tv
.
setCompoundDrawablesWithIntrinsicBounds
(
0
,
0
,
R
.
drawable
.
platform_ic_arrow_drop_down_grey_500_18dp
,
R
.
drawable
.
filter_up_grey
,
0
)
}
...
...
@@ -1601,7 +1601,7 @@ class ExpertSearchActivity : BaseMvpActivity<IExpertSearchView, ExpertSearchPres
tv
.
setCompoundDrawablesWithIntrinsicBounds
(
0
,
0
,
R
.
drawable
.
platform_arrow_drop_down_en
,
R
.
drawable
.
filter_down_blue
,
0
)
}
...
...
m-consultant/src/main/java/com/yidianling/consultant/ExpertSearchFragment.kt
View file @
725a4ed9
...
...
@@ -1464,7 +1464,7 @@ class ExpertSearchFragment : BaseMvpFragment<IExpertSearchView, ExpertSearchPres
tv
.
setCompoundDrawablesWithIntrinsicBounds
(
0
,
0
,
R
.
drawable
.
platform_ic_arrow_drop_down_grey_500_18dp
,
R
.
drawable
.
filter_up_grey
,
0
)
}
...
...
@@ -1474,7 +1474,7 @@ class ExpertSearchFragment : BaseMvpFragment<IExpertSearchView, ExpertSearchPres
tv
.
setCompoundDrawablesWithIntrinsicBounds
(
0
,
0
,
R
.
drawable
.
platform_ic_arrow_drop_down_grey_500_18dp
,
R
.
drawable
.
filter_down_blue
,
0
)
}
...
...
@@ -1484,7 +1484,7 @@ class ExpertSearchFragment : BaseMvpFragment<IExpertSearchView, ExpertSearchPres
tv
.
setCompoundDrawablesWithIntrinsicBounds
(
0
,
0
,
R
.
drawable
.
platform_arrow_drop_down_en
,
R
.
drawable
.
filter_down_blue
,
0
)
}
...
...
m-consultant/src/main/java/com/yidianling/consultant/ui/view/FilterPopupWindow.kt
View file @
725a4ed9
...
...
@@ -144,7 +144,7 @@ class FilterPopupWindow(
llTextView
.
background
=
context
.
resources
.
getDrawable
(
R
.
drawable
.
consult_filter_four_selected
)
llTextView
.
paint
.
isFakeBoldText
=
true
tempFilter
.
price
RangesView
=
llTextView
tempFilter
.
sort
RangesView
=
llTextView
}
llTextView
.
setOnClickListener
{
if
(
llTextView
!=
tempFilter
.
sortRangesView
)
{
...
...
@@ -168,6 +168,7 @@ class FilterPopupWindow(
tempFilter
.
sortRangesView
=
llTextView
tempFilter
.
reorder
=
sortItems
[
index
]
}
updateCount
(
ConsultBIConstants
.
POSITION_CONSULT_TYPE_CLICK
)
}
view
.
flSortType
.
addView
(
llTextView
)
...
...
m-consultant/src/main/res/drawable-xxhdpi/filter_down_blue.png
0 → 100644
View file @
725a4ed9
736 Bytes
m-consultant/src/main/res/drawable-xxhdpi/filter_up_grey.png
0 → 100644
View file @
725a4ed9
1009 Bytes
m-consultant/src/main/res/layout/consultant_layout_search_content.xml
View file @
725a4ed9
...
...
@@ -55,7 +55,7 @@
android:width=
"0dp"
android:drawableEnd=
"@drawable/platform_ic_arrow_drop_down_grey_500_18dp"
android:drawableRight=
"@drawable/platform_ic_arrow_drop_down_grey_500_18dp"
android:text=
"
@string/platform_sort
"
android:text=
"
价格
"
android:textColor=
"@color/platform_color_242424"
/>
<com.ydl.ydlcommon.view.DrawableRightTextView
...
...
@@ -64,8 +64,8 @@
android:layout_width=
"0dp"
android:layout_weight=
"1"
android:width=
"0dp"
android:drawableEnd=
"@drawable/
platform_ic_arrow_drop_down_grey_500_18dp
"
android:drawableRight=
"@drawable/
platform_ic_arrow_drop_down_grey_500_18dp
"
android:drawableEnd=
"@drawable/
filter_up_grey
"
android:drawableRight=
"@drawable/
filter_up_grey
"
android:text=
"@string/platform_filter"
android:textColor=
"@color/platform_color_242424"
/>
</LinearLayout>
...
...
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