|
@@ -5,6 +5,8 @@ import android.view.LayoutInflater
|
|
|
import android.view.View
|
|
|
import androidx.recyclerview.widget.RecyclerView
|
|
|
import com.alibaba.android.arouter.facade.annotation.Route
|
|
|
+import com.develop.base.ext.isNightTheme
|
|
|
+import com.develop.base.ext.setGone
|
|
|
import com.develop.base.mvvm.BaseBindingActivity
|
|
|
import com.develop.common.router.Screens
|
|
|
import com.develop.common.ui.CommonBindingActivity
|
|
@@ -49,6 +51,9 @@ class ScreensaverActivity : CommonBindingActivity<ActivityScreensaverBinding>()
|
|
|
}
|
|
|
}
|
|
|
}.models = dataList
|
|
|
+ if (isNightTheme()){
|
|
|
+ binding.circleRecycler.setGone()
|
|
|
+ }
|
|
|
|
|
|
binding.bannerView.apply {
|
|
|
isAutoLoop(false)
|