Commit b5bb6b33 by 刘鹏

feat: 搜索光标问题修复 m-consultant-ydl 升级到 0.0.59.74

parent f51668cd
...@@ -6,7 +6,7 @@ ext { ...@@ -6,7 +6,7 @@ ext {
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
//第三步 若干 //第三步 若干
"m-confide" : "0.0.49.08", "m-confide" : "0.0.49.08",
"m-consultant" : "0.0.59.72", "m-consultant" : "0.0.59.74",
"m-fm" : "0.0.30.03", "m-fm" : "0.0.30.03",
"m-user" : "0.0.61.30", "m-user" : "0.0.61.30",
"m-home" : "0.0.22.60", "m-home" : "0.0.22.60",
...@@ -89,7 +89,7 @@ ext { ...@@ -89,7 +89,7 @@ ext {
//第三步 若干 //第三步 若干
"m-confide" : "0.0.49.08", "m-confide" : "0.0.49.08",
"m-consultant" : "0.0.59.72", "m-consultant" : "0.0.59.74",
"m-fm" : "0.0.30.01", "m-fm" : "0.0.30.01",
"m-user" : "0.0.61.18", "m-user" : "0.0.61.18",
"m-home" : "0.0.22.54", "m-home" : "0.0.22.54",
......
<?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
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
android:tag="tag_search_input_edit" android:tag="tag_search_input_edit"
android:textColor="#242424" android:textColor="#242424"
android:textColorHint="#b3b3b3" android:textColorHint="#b3b3b3"
android:textCursorDrawable="@color/platform_main_theme" android:textCursorDrawable="@drawable/consultant_edit_cursor_drawable"
android:textSize="13sp" /> android:textSize="13sp" />
<ImageView <ImageView
...@@ -104,9 +104,9 @@ ...@@ -104,9 +104,9 @@
android:layout_marginLeft="15dp" android:layout_marginLeft="15dp"
android:layout_marginRight="15dp" android:layout_marginRight="15dp"
android:scaleType="centerCrop" android:scaleType="centerCrop"
android:visibility="gone"
app:pa_borderRadius="8dp" app:pa_borderRadius="8dp"
app:pa_type="pa_round" app:pa_type="pa_round"
android:visibility="gone"
tools:visibility="visible" /> tools:visibility="visible" />
...@@ -115,9 +115,9 @@ ...@@ -115,9 +115,9 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@+id/v_topLine" android:layout_below="@+id/v_topLine"
android:layout_marginTop="13dp"
android:clickable="true" android:clickable="true"
android:focusable="true" android:focusable="true"
android:layout_marginTop="13dp"
android:orientation="vertical" android:orientation="vertical"
android:paddingLeft="15dp" android:paddingLeft="15dp"
android:paddingRight="15dp"> android:paddingRight="15dp">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment