Commit e45482b1 authored by maxiaoliang's avatar maxiaoliang

修改ui

parent 95115459
...@@ -844,7 +844,7 @@ class GameActivity : UnityPlayerActivity(), IDialogViewCloseCallback { ...@@ -844,7 +844,7 @@ class GameActivity : UnityPlayerActivity(), IDialogViewCloseCallback {
//关闭view //关闭view
Log.e("MXL", "CLOSE") Log.e("MXL", "CLOSE")
callUnity("TitleView", "getHomeInfo", "") callUnity("TitleView", "getHomeInfo", "")
callUnity("DailyWelfarm", "getCardList", "") callUnity("GameManager", "getCardList", "")
} }
fun getUserInfo() { fun getUserInfo() {
......
...@@ -59,6 +59,7 @@ class CashExchangeAdapter : ...@@ -59,6 +59,7 @@ class CashExchangeAdapter :
initShotAnim(holder.item_duihuan!!) initShotAnim(holder.item_duihuan!!)
} }
} }
holder.item_duihuan?.addClickScale()
holder.item_duihuan?.setOnClickListener { holder.item_duihuan?.setOnClickListener {
if (Utils.isFastClick2()) { if (Utils.isFastClick2()) {
duihuan(bean.id, bean.type!!, bean.cash) duihuan(bean.id, bean.type!!, bean.cash)
......
...@@ -67,7 +67,7 @@ dependencies { ...@@ -67,7 +67,7 @@ dependencies {
api ("com.bx:adsdk:1.3.3"){ api ("com.bx:adsdk:1.3.3"){
exclude group: 'com.google.code.gson' exclude group: 'com.google.code.gson'
} }
api 'com.ym.admodule:admodule:1.0.2.7' api 'com.ym.admodule:admodule:1.0.2.11'
api 'com.airbnb.android:lottie:3.1.0' api 'com.airbnb.android:lottie:3.1.0'
/* api 'androidx.appcompat:appcompat:1.2.0-alpha02' /* api 'androidx.appcompat:appcompat:1.2.0-alpha02'
api 'com.android.support:design:28.0.0' api 'com.android.support:design:28.0.0'
......
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