Commit ff8e7b2f authored by 王雪伟's avatar 王雪伟

[提交人]:王雪伟

[提交简述] :上传Google
[实现方案] :替换我的-商品列表-价格图标
parent 8c911c75
...@@ -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" />
......
...@@ -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?) {
......
...@@ -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"
......
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