Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
M
magicbox
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
magicbox
Commits
ff8e7b2f
Commit
ff8e7b2f
authored
Mar 22, 2022
by
王雪伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[提交人]:王雪伟
[提交简述] :上传Google [实现方案] :替换我的-商品列表-价格图标
parent
8c911c75
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
AndroidManifest.xml
moduleMain/src/main/AndroidManifest.xml
+6
-4
RecomendAdapter.kt
...rc/main/java/com/zxhl/uc/page/fragment/RecomendAdapter.kt
+1
-1
item_layout_recomend.xml
moduleUc/src/main/res/layout/item_layout_recomend.xml
+2
-1
No files found.
moduleMain/src/main/AndroidManifest.xml
View file @
ff8e7b2f
...
@@ -26,9 +26,9 @@
...
@@ -26,9 +26,9 @@
<intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.VIEW"
/>
<action
android:name=
"android.intent.action.VIEW"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<!-- <data-->
<!-- <data-->
<!-- android:host="goodsdetail"-->
<!-- android:host="goodsdetail"-->
<!-- android:scheme="magicbox" />-->
<!-- android:scheme="magicbox" />-->
</intent-filter>
</intent-filter>
</activity>
</activity>
...
@@ -175,7 +175,9 @@
...
@@ -175,7 +175,9 @@
android:scheme=
"magicbox"
/>
android:scheme=
"magicbox"
/>
</intent-filter>
</intent-filter>
</activity>
</activity>
<activity
android:name=
".page.activity.ThirdpartyLoginActivity"
>
<activity
android:name=
".page.activity.ThirdpartyLoginActivity"
android:launchMode=
"singleInstance"
>
<intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.VIEW"
/>
<action
android:name=
"android.intent.action.VIEW"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
...
...
moduleUc/src/main/java/com/zxhl/uc/page/fragment/RecomendAdapter.kt
View file @
ff8e7b2f
...
@@ -28,7 +28,7 @@ class RecomendAdapter : BaseRecyclerAdapter<HomeBoxListEntity, RecomendAdapter.V
...
@@ -28,7 +28,7 @@ class RecomendAdapter : BaseRecyclerAdapter<HomeBoxListEntity, RecomendAdapter.V
var
bean
=
mList
[
position
]
var
bean
=
mList
[
position
]
holder
.
id_img_goods
?.
setLoadImageUrl
(
bean
.
mainImage
,
false
)
holder
.
id_img_goods
?.
setLoadImageUrl
(
bean
.
mainImage
,
false
)
holder
.
id_tv_goods_name
?.
text
=
bean
.
boxName
holder
.
id_tv_goods_name
?.
text
=
bean
.
boxName
holder
.
id_tv_pay_price
?.
text
=
"$
$
{bean.onePriceStr}"
holder
.
id_tv_pay_price
?.
text
=
"${bean.onePriceStr}"
holder
.
id_tv_goods_nums
?.
text
=
AppContext
.
get
().
getString
(
R
.
string
.
box_detail_open_box_num
,
"${bean.totalSalesVolume}"
)
holder
.
id_tv_goods_nums
?.
text
=
AppContext
.
get
().
getString
(
R
.
string
.
box_detail_open_box_num
,
"${bean.totalSalesVolume}"
)
holder
.
id_ll_item
?.
setOnClickListener
(
object
:
NoDoubleClickListener
(){
holder
.
id_ll_item
?.
setOnClickListener
(
object
:
NoDoubleClickListener
(){
override
fun
onNoDoubleClick
(
v
:
View
?)
{
override
fun
onNoDoubleClick
(
v
:
View
?)
{
...
...
moduleUc/src/main/res/layout/item_layout_recomend.xml
View file @
ff8e7b2f
...
@@ -39,7 +39,8 @@
...
@@ -39,7 +39,8 @@
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom"
android:layout_gravity=
"bottom"
android:includeFontPadding=
"false"
android:includeFontPadding=
"false"
android:text=
"$29"
android:drawableLeft=
"@drawable/icon_mobi"
android:text=
"29"
android:textColor=
"@color/color_4c84ff"
android:textColor=
"@color/color_4c84ff"
android:layout_centerVertical=
"true"
android:layout_centerVertical=
"true"
android:textSize=
"14sp"
android:textSize=
"14sp"
...
...
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