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
57502e8e
Commit
57502e8e
authored
Aug 11, 2022
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:修改UI\BUG修改
parent
b6385b63
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
426 additions
and
19 deletions
+426
-19
DemoGlobalConfig.java
app/src/main/java/com/ydl/component/base/DemoGlobalConfig.java
+2
-2
build.gradle
build.gradle
+1
-1
ExpertSearchActivity.kt
m-consultant/src/main/java/com/yidianling/consultant/ExpertSearchActivity.kt
+16
-1
AreaPopupWindow.kt
m-consultant/src/main/java/com/yidianling/consultant/ui/view/AreaPopupWindow.kt
+11
-1
consultant_item_region.xml
m-consultant/src/main/res/layout/consultant_item_region.xml
+2
-2
consultant_ui_price_popup_window.xml
m-consultant/src/main/res/layout/consultant_ui_price_popup_window.xml
+0
-1
consultant_ui_region_popup_window.xml
m-consultant/src/main/res/layout/consultant_ui_region_popup_window.xml
+0
-1
home_data.json
m-home/src/main/assets/home_data.json
+194
-0
home_data_xlzx.json
m-home/src/main/assets/home_data_xlzx.json
+194
-0
HomeButtonBannerView.kt
m-home/src/ydl/java/com/yidianling/home/ui/view/HomeButtonBannerView.kt
+3
-3
home_button_banner_view.xml
m-home/src/ydl/res/layout/home_button_banner_view.xml
+3
-7
No files found.
app/src/main/java/com/ydl/component/base/DemoGlobalConfig.java
View file @
57502e8e
...
...
@@ -20,8 +20,8 @@ import java.util.List;
*/
public
final
class
DemoGlobalConfig
implements
IConfigModule
{
String
APP_DOMAIN
=
"https://api.github.com/"
;
public
static
String
appEnv
=
YDLConstants
.
ENV_TEST
;
//
public static String appEnv = YDLConstants.ENV_PROD;
//
public static String appEnv = YDLConstants.ENV_TEST;
public
static
String
appEnv
=
YDLConstants
.
ENV_PROD
;
// public static String appEnv = YDLConstants.ENV_NEW_TEST;//配置未上传到maven库
@Override
...
...
build.gradle
View file @
57502e8e
...
...
@@ -14,7 +14,7 @@ buildscript {
ydlrouter_version
=
'1.2.3'
constrait_support_version
=
'1.0.2'
componentVersion
=
"0.3.0.18"
componentVersion
=
"0.3.0.18
-l
"
}
repositories
{
mavenCentral
()
...
...
m-consultant/src/main/java/com/yidianling/consultant/ExpertSearchActivity.kt
View file @
57502e8e
...
...
@@ -1475,7 +1475,22 @@ class ExpertSearchActivity : BaseMvpActivity<IExpertSearchView, ExpertSearchPres
locationRegionItem
?.
let
{
locationHistoryList
?.
add
(
0
,
it
)
}
showAreaPoPup
(
agreeLocation
)
}
else
{
ErrorLocate
(
false
)
locationList
?.
clear
()
subLocationItem
?.
code
=
null
subLocationItem
?.
key
=
null
subLocationItem
?.
value
=
"定位失败,请稍后再试"
subLocationItem
?.
locationCode
=
"NotAuth"
subLocationItem
?.
let
{
locationList
?.
add
(
it
)
}
locationRegionItem
=
locationList
?.
let
{
it1
->
RegionItem
(
it1
,
value
=
"定位"
,
key
=
null
,
code
=
null
)
}
locationRegionItem
?.
let
{
locationHistoryList
?.
add
(
0
,
it
)
}
showAreaPoPup
(
agreeLocation
)
}
},
{
ErrorLocate
(
false
)
...
...
m-consultant/src/main/java/com/yidianling/consultant/ui/view/AreaPopupWindow.kt
View file @
57502e8e
...
...
@@ -69,6 +69,11 @@ class AreaPopupWindow(
}
else
{
subList
.
addAll
(
regionList
[
0
].
sub
)
}
recentCityBean
=
MMKV
.
defaultMMKV
().
decodeParcelable
(
RECENT_CITY
,
ConsultantRecentCity
::
class
.
java
)
subAdapter
=
SubRecyclerViewAdapter
(
context
,
subList
,
selectedSub
,
locationCode
)
subAdapter
.
setOnAuthClickLister
(
object
:
SubRecyclerViewAdapter
.
OnAuthClickLister
{
override
fun
onAuthClick
()
{
...
...
@@ -174,7 +179,12 @@ class AreaPopupWindow(
subAdapter
.
notifyDataSetChanged
()
regionAdapter
.
notifyDataSetChanged
()
}
else
{
ToastUtil
.
toastShort
(
it
.
msg
)
subLocationItem
?.
code
=
null
subLocationItem
?.
key
=
null
subLocationItem
?.
value
=
"定位失败,请稍后再试"
subLocationItem
?.
locationCode
=
"NotAuth"
subAdapter
.
notifyDataSetChanged
()
regionAdapter
.
notifyDataSetChanged
()
}
},
{})
}
else
{
...
...
m-consultant/src/main/res/layout/consultant_item_region.xml
View file @
57502e8e
...
...
@@ -18,8 +18,8 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:includeFontPadding=
"false"
android:paddingTop=
"@dimen/platform_dp_1
5
"
android:paddingBottom=
"@dimen/platform_dp_1
5
"
android:paddingTop=
"@dimen/platform_dp_1
7
"
android:paddingBottom=
"@dimen/platform_dp_1
7
"
android:gravity=
"center"
android:text=
"地区"
android:textColor=
"@color/platform_default_text_color"
...
...
m-consultant/src/main/res/layout/consultant_ui_price_popup_window.xml
View file @
57502e8e
...
...
@@ -10,7 +10,6 @@
android:id=
"@+id/flPriceRangeView"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"12dp"
android:layout_marginBottom=
"50dp"
android:paddingStart=
"@dimen/platform_dp_12"
android:paddingEnd=
"@dimen/platform_dp_12"
...
...
m-consultant/src/main/res/layout/consultant_ui_region_popup_window.xml
View file @
57502e8e
...
...
@@ -18,6 +18,5 @@
android:layout_height=
"match_parent"
android:background=
"@color/white"
android:layout_weight=
"2"
android:paddingTop=
"10dp"
android:overScrollMode=
"never"
/>
</LinearLayout>
m-home/src/main/assets/home_data.json
View file @
57502e8e
...
...
@@ -9,6 +9,200 @@
"title"
:
""
},
"listenFree"
:
false
,
"goldList"
:
[
{
"id"
:
2
,
"cateId"
:
699
,
"title"
:
"心理健康"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/fkd769tv4dd0i4f4.png"
,
"sortNumber"
:
1
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_consultants"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
"{
\"
__or
\"
:[{
\"
product_cates.category_id2
\"
:
\"
699
\"
}]}"
,
"goCriteriaMap"
:
{
"__or"
:
[
{
"product_cates.category_id2"
:
"699"
}
]
}
},
{
"id"
:
3
,
"cateId"
:
452
,
"title"
:
"婚姻家庭"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/oc8128o9mooj2n60.png"
,
"sortNumber"
:
2
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_consultants"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
"{
\"
__or
\"
:[{
\"
product_cates.category_id2
\"
:
\"
452
\"
}]}"
,
"goCriteriaMap"
:
{
"__or"
:
[
{
"product_cates.category_id2"
:
"452"
}
]
}
},
{
"id"
:
4
,
"cateId"
:
23
,
"title"
:
"亲子教育"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/lj8xgqhj875qp1nr.png"
,
"sortNumber"
:
3
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_consultants"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
"{
\"
__or
\"
:[{
\"
product_cates.category_id2
\"
:
\"
23
\"
}]}"
,
"goCriteriaMap"
:
{
"__or"
:
[
{
"product_cates.category_id2"
:
"23"
}
]
}
},
{
"id"
:
5
,
"cateId"
:
25
,
"title"
:
"人际关系"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/q1nz3jwmam4qkju4.png"
,
"sortNumber"
:
4
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_consultants"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
"{
\"
__or
\"
:[{
\"
product_cates.category_id2
\"
:
\"
25
\"
}]}"
,
"goCriteriaMap"
:
{
"__or"
:
[
{
"product_cates.category_id2"
:
"25"
}
]
}
},
{
"id"
:
6
,
"cateId"
:
27
,
"title"
:
"情绪压力"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/4ru778kbbuuq1qf2.png"
,
"sortNumber"
:
5
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_consultants"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
"{
\"
__or
\"
:[{
\"
product_cates.category_id2
\"
:
\"
27
\"
}]}"
,
"goCriteriaMap"
:
{
"__or"
:
[
{
"product_cates.category_id2"
:
"27"
}
]
}
},
{
"id"
:
7
,
"cateId"
:
22
,
"title"
:
"职场发展"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/lie46088woez2hae.png"
,
"sortNumber"
:
6
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_consultants"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
"{
\"
__or
\"
:[{
\"
product_cates.category_id2
\"
:
\"
22
\"
}]}"
,
"goCriteriaMap"
:
{
"__or"
:
[
{
"product_cates.category_id2"
:
"22"
}
]
}
},
{
"id"
:
8
,
"cateId"
:
26
,
"title"
:
"个人成长"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/c57lpetgloqzz6bp.png"
,
"sortNumber"
:
7
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_consultants"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
"{
\"
__or
\"
:[{
\"
product_cates.category_id2
\"
:
\"
26
\"
}]}"
,
"goCriteriaMap"
:
{
"__or"
:
[
{
"product_cates.category_id2"
:
"26"
}
]
}
},
{
"id"
:
1
,
"cateId"
:
1
,
"title"
:
"恋爱情感"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/kqc8szvhncgxgjn9.png"
,
"sortNumber"
:
8
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_consultants"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
"{
\"
__or
\"
:[{
\"
product_cates.category_id2
\"
:
\"
1
\"
}]}"
,
"goCriteriaMap"
:
{
"__or"
:
[
{
"product_cates.category_id2"
:
"1"
}
]
}
},
{
"id"
:
9
,
"cateId"
:
229
,
"title"
:
"海外咨询师"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/xzpg3j0hqg9yoxvn.png"
,
"sortNumber"
:
9
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_consultants"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
"{
\"
country_code
\"
:{
\"
ne
\"
:
\"
1
\"
}}"
,
"goCriteriaMap"
:
{
"country_code"
:
{
"ne"
:
"1"
}
}
},
{
"id"
:
10
,
"cateId"
:
0
,
"title"
:
"全部"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/es0z8ykoum5nb8op.png"
,
"sortNumber"
:
10
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_categories"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
""
,
"goCriteriaMap"
:
null
}
],
"askCategoryData"
:
[
{
"cateId"
:
0
,
...
...
m-home/src/main/assets/home_data_xlzx.json
View file @
57502e8e
[
{
"headerBean"
:
{
"goldList"
:
[
{
"id"
:
2
,
"cateId"
:
699
,
"title"
:
"心理健康"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/fkd769tv4dd0i4f4.png"
,
"sortNumber"
:
1
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_consultants"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
"{
\"
__or
\"
:[{
\"
product_cates.category_id2
\"
:
\"
699
\"
}]}"
,
"goCriteriaMap"
:
{
"__or"
:
[
{
"product_cates.category_id2"
:
"699"
}
]
}
},
{
"id"
:
3
,
"cateId"
:
452
,
"title"
:
"婚姻家庭"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/oc8128o9mooj2n60.png"
,
"sortNumber"
:
2
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_consultants"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
"{
\"
__or
\"
:[{
\"
product_cates.category_id2
\"
:
\"
452
\"
}]}"
,
"goCriteriaMap"
:
{
"__or"
:
[
{
"product_cates.category_id2"
:
"452"
}
]
}
},
{
"id"
:
4
,
"cateId"
:
23
,
"title"
:
"亲子教育"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/lj8xgqhj875qp1nr.png"
,
"sortNumber"
:
3
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_consultants"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
"{
\"
__or
\"
:[{
\"
product_cates.category_id2
\"
:
\"
23
\"
}]}"
,
"goCriteriaMap"
:
{
"__or"
:
[
{
"product_cates.category_id2"
:
"23"
}
]
}
},
{
"id"
:
5
,
"cateId"
:
25
,
"title"
:
"人际关系"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/q1nz3jwmam4qkju4.png"
,
"sortNumber"
:
4
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_consultants"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
"{
\"
__or
\"
:[{
\"
product_cates.category_id2
\"
:
\"
25
\"
}]}"
,
"goCriteriaMap"
:
{
"__or"
:
[
{
"product_cates.category_id2"
:
"25"
}
]
}
},
{
"id"
:
6
,
"cateId"
:
27
,
"title"
:
"情绪压力"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/4ru778kbbuuq1qf2.png"
,
"sortNumber"
:
5
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_consultants"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
"{
\"
__or
\"
:[{
\"
product_cates.category_id2
\"
:
\"
27
\"
}]}"
,
"goCriteriaMap"
:
{
"__or"
:
[
{
"product_cates.category_id2"
:
"27"
}
]
}
},
{
"id"
:
7
,
"cateId"
:
22
,
"title"
:
"职场发展"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/lie46088woez2hae.png"
,
"sortNumber"
:
6
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_consultants"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
"{
\"
__or
\"
:[{
\"
product_cates.category_id2
\"
:
\"
22
\"
}]}"
,
"goCriteriaMap"
:
{
"__or"
:
[
{
"product_cates.category_id2"
:
"22"
}
]
}
},
{
"id"
:
8
,
"cateId"
:
26
,
"title"
:
"个人成长"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/c57lpetgloqzz6bp.png"
,
"sortNumber"
:
7
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_consultants"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
"{
\"
__or
\"
:[{
\"
product_cates.category_id2
\"
:
\"
26
\"
}]}"
,
"goCriteriaMap"
:
{
"__or"
:
[
{
"product_cates.category_id2"
:
"26"
}
]
}
},
{
"id"
:
1
,
"cateId"
:
1
,
"title"
:
"恋爱情感"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/kqc8szvhncgxgjn9.png"
,
"sortNumber"
:
8
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_consultants"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
"{
\"
__or
\"
:[{
\"
product_cates.category_id2
\"
:
\"
1
\"
}]}"
,
"goCriteriaMap"
:
{
"__or"
:
[
{
"product_cates.category_id2"
:
"1"
}
]
}
},
{
"id"
:
9
,
"cateId"
:
229
,
"title"
:
"海外咨询师"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/xzpg3j0hqg9yoxvn.png"
,
"sortNumber"
:
9
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_consultants"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
"{
\"
country_code
\"
:{
\"
ne
\"
:
\"
1
\"
}}"
,
"goCriteriaMap"
:
{
"country_code"
:
{
"ne"
:
"1"
}
}
},
{
"id"
:
10
,
"cateId"
:
0
,
"title"
:
"全部"
,
"icon"
:
"https://img.ydlcdn.com/file/2022/08/10/es0z8ykoum5nb8op.png"
,
"sortNumber"
:
10
,
"ffroms"
:
""
,
"isShow"
:
true
,
"goType"
:
"special_categories"
,
"goUrl"
:
""
,
"goNativeUrl"
:
"ydl-user://h5/h5?params
\u
003d%7B%22url%22%3A%22%22%7D"
,
"goCriteria"
:
""
,
"goCriteriaMap"
:
null
}
],
"askCategoryData"
:
[
{
"cateId"
:
1
,
...
...
m-home/src/ydl/java/com/yidianling/home/ui/view/HomeButtonBannerView.kt
View file @
57502e8e
...
...
@@ -85,12 +85,12 @@ class HomeButtonBannerView(
val
viewWidth
=
screenWidth
/
4
-
40
val
viewHeight
=
viewWidth
buttonParams
=
LinearLayout
.
LayoutParams
(
viewWidth
,
viewHeight
)
buttonParams
!!
.
setMargins
(
0
,
0
,
15
,
0
)
buttonParams
!!
.
setMargins
(
0
,
0
,
20
,
0
)
buttonParamsFrame
=
FrameLayout
.
LayoutParams
(
viewWidth
,
viewHeight
)
buttonParamsFrame2
=
FrameLayout
.
LayoutParams
((
viewWidth
/
2.0
).
toInt
(),
(
viewHeight
/
2.3
).
toInt
())
buttonParamsFrame2
!!
.
setMargins
((((
viewWidth
/
12
f
).
toInt
())),
0
,
0
,
0
)
// qingsuGif.layoutParams=
buttonParamsFrame2
// buttonParamsFrame2!!.setMargins((((viewWidth / 20
f).toInt())), 0, 0, 0)
qingsuGif
.
layoutParams
=
buttonParamsFrame2
homeModuleButtonBannerFirst
.
layoutParams
=
buttonParams
homeModuleButtonBannerFourth
.
layoutParams
=
buttonParams
homeModuleButtonBannerSecond
.
layoutParams
=
buttonParams
...
...
m-home/src/ydl/res/layout/home_button_banner_view.xml
View file @
57502e8e
...
...
@@ -9,7 +9,7 @@
android:orientation=
"horizontal"
android:paddingLeft=
"@dimen/platform_dp_8"
android:paddingTop=
"@dimen/platform_dp_8"
android:paddingRight=
"@dimen/platform_dp_8"
>
>
<RelativeLayout
android:id=
"@+id/homeModuleButtonBannerFirst"
...
...
@@ -98,11 +98,7 @@
android:layout_width=
"0dp"
android:layout_height=
"78dp"
android:layout_weight=
"1"
android:background=
"@drawable/home_button_banner_fourth_img_new"
app:layout_constraintHorizontal_chainStyle=
"spread"
app:layout_constraintLeft_toRightOf=
"@id/homeModuleButtonBannerThird"
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
>
android:background=
"@drawable/home_button_banner_fourth_img_new"
>
<RelativeLayout
android:id=
"@+id/homeModuleButtonBannerSecondFrame"
...
...
@@ -131,7 +127,7 @@
<ImageView
android:id=
"@+id/qingsuGif"
android:layout_width=
"
@dimen/platform_dp_48
"
android:layout_width=
"
45dp
"
android:layout_height=
"@dimen/platform_dp_22"
android:visibility=
"visible"
/>
</FrameLayout>
...
...
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