当前位置: 首页 > news >正文

晚上国网app信息流广告优化

晚上国网app,信息流广告优化,建行电子银行网上银行,网站的横幅怎么做的最近需求一个问题,想要在dialog消失时增加动画,之前如上一个文章中遇到的,但是最后改了实现方式,要求在特定的地方缩放,原来的dialog高度是wrap_content的,这样是无法实现的,因此首先需要将dial…

最近需求一个问题,想要在dialog消失时增加动画,之前如上一个文章中遇到的,但是最后改了实现方式,要求在特定的地方缩放,原来的dialog高度是wrap_content的,这样是无法实现的,因此首先需要将dialog的layout文件从wrap_content,改成match_parent,同时设置最外层布局背景透明。在dialog.show()之后,重新设置窗口属性

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"xmlns:app="http://schemas.android.com/apk/res-auto"android:layout_width="match_parent"android:layout_height="match_parent"android:gravity="center"android:clipChildren="false"android:layoutDirection="ltr">此处省略内部内容</RelativeLayout>
        dialog?.show()dialog?.apply {window?.setLayout(WindowManager.LayoutParams.MATCH_PARENT,WindowManager.LayoutParams.MATCH_PARENT)}

紧接着我们就可以使用动画了,尤其是平移动画,原来dialog是wrap_content的时候,如何平移超过view,就会消失。当dialog变成match_parent后,就可以正常使用平移动画了。

思路:根据位置计算平移的距离进行平移,同时缩放

    private fun setAnim(dialog: Dialog) {dialog.apply {val animView = findViewById<View>(R.id.limited_layout)val height = animView?.height//此处是在计算相应的距离等内容val retainHeight = (screenHeight(context) - height!!) / 2 - DensityUtil.dp2px(ApplicationHelper.getInstance().context,84f) - getStatusBarHeight(context)val topHeight = DensityUtil.dp2px(ApplicationHelper.getInstance().context,80f)val transHeight = retainHeight - topHeight - DensityUtil.dp2px(ApplicationHelper.getInstance().context,28f).toFloat()val scaleAnimation = if (retainHeight < topHeight) {ScaleAnimation(1f, 0f,1f, 0f,Animation.RELATIVE_TO_SELF, 1f,Animation.RELATIVE_TO_SELF,((topHeight + DensityUtil.dp2px(ApplicationHelper.getInstance().context,28f) - retainHeight) / height.toFloat()))} else {ScaleAnimation(1f, 0f,1f, 0f,Animation.RELATIVE_TO_SELF, 1f,Animation.RELATIVE_TO_SELF, 0f)}val translationAnimator = if (retainHeight > topHeight) {TranslateAnimation(0f,0f,0f,-transHeight)} else {null}translationAnimator?.let {val animationSet = AnimationSet(true)scaleAnimation.duration = 300animationSet.addAnimation(scaleAnimation)val alphaAnimation = AlphaAnimation(1f, 0f)alphaAnimation.duration = 300it.duration = 300animationSet.addAnimation(it)animationSet.addAnimation(alphaAnimation)animView.startAnimation(animationSet)animationSet.setAnimationListener(object : Animation.AnimationListener {override fun onAnimationStart(animation: Animation?) {// 动画开始时的操作}override fun onAnimationEnd(animation: Animation?) {mLimitedDialog?.let { dismiss() }}override fun onAnimationRepeat(animation: Animation?) {// 动画重复时的操作}})} ?: run {val animationSet = AnimationSet(true)scaleAnimation.duration = 300animationSet.addAnimation(scaleAnimation)val alphaAnimation = AlphaAnimation(1f, 0f)alphaAnimation.duration = 300animationSet.addAnimation(alphaAnimation)animView.startAnimation(animationSet)animationSet.setAnimationListener(object : Animation.AnimationListener {override fun onAnimationStart(animation: Animation?) {// 动画开始时的操作}override fun onAnimationEnd(animation: Animation?) {mLimitedDialog?.let { dismiss() }}override fun onAnimationRepeat(animation: Animation?) {}})}}}


文章转载自:
http://pleasure.jftL.cn
http://avail.jftL.cn
http://prepreg.jftL.cn
http://podzolisation.jftL.cn
http://behar.jftL.cn
http://dasd.jftL.cn
http://syphiloid.jftL.cn
http://methyl.jftL.cn
http://clitoris.jftL.cn
http://machabees.jftL.cn
http://foam.jftL.cn
http://tela.jftL.cn
http://morphemics.jftL.cn
http://agapemone.jftL.cn
http://viperous.jftL.cn
http://unheard.jftL.cn
http://reappraise.jftL.cn
http://trinacria.jftL.cn
http://setdown.jftL.cn
http://panicky.jftL.cn
http://ericeticolous.jftL.cn
http://megaparsec.jftL.cn
http://biogeocenosis.jftL.cn
http://hypophyge.jftL.cn
http://sss.jftL.cn
http://vitrifacture.jftL.cn
http://darwinian.jftL.cn
http://adjective.jftL.cn
http://immortal.jftL.cn
http://pdt.jftL.cn
http://antienzymatic.jftL.cn
http://deindustrialize.jftL.cn
http://aqua.jftL.cn
http://pseudonymous.jftL.cn
http://en.jftL.cn
http://filth.jftL.cn
http://spinnery.jftL.cn
http://groundnut.jftL.cn
http://esperanto.jftL.cn
http://deuxchevaux.jftL.cn
http://wad.jftL.cn
http://holloware.jftL.cn
http://imitability.jftL.cn
http://juridical.jftL.cn
http://tehsil.jftL.cn
http://tumidity.jftL.cn
http://pinnacle.jftL.cn
http://salaried.jftL.cn
http://rubbingstone.jftL.cn
http://sloganeer.jftL.cn
http://nectariferous.jftL.cn
http://oceangrapher.jftL.cn
http://nsec.jftL.cn
http://sulfite.jftL.cn
http://pericardiac.jftL.cn
http://majorca.jftL.cn
http://landtied.jftL.cn
http://filet.jftL.cn
http://afloat.jftL.cn
http://dispersoid.jftL.cn
http://antimitotic.jftL.cn
http://bleeder.jftL.cn
http://emblement.jftL.cn
http://complanation.jftL.cn
http://unscarred.jftL.cn
http://muttnik.jftL.cn
http://cosmological.jftL.cn
http://potatory.jftL.cn
http://liaison.jftL.cn
http://hydromedusan.jftL.cn
http://hammerlock.jftL.cn
http://annoit.jftL.cn
http://merrythought.jftL.cn
http://missile.jftL.cn
http://aeolipile.jftL.cn
http://subaudition.jftL.cn
http://nsc.jftL.cn
http://magilp.jftL.cn
http://frontier.jftL.cn
http://gare.jftL.cn
http://unisonal.jftL.cn
http://minimi.jftL.cn
http://beaverboard.jftL.cn
http://deformation.jftL.cn
http://polymerase.jftL.cn
http://holdover.jftL.cn
http://sarcosine.jftL.cn
http://homuncule.jftL.cn
http://watchful.jftL.cn
http://peon.jftL.cn
http://prorogate.jftL.cn
http://jukes.jftL.cn
http://phosphide.jftL.cn
http://sphygmoscope.jftL.cn
http://careerist.jftL.cn
http://colicine.jftL.cn
http://hopscotch.jftL.cn
http://greater.jftL.cn
http://homorganic.jftL.cn
http://canella.jftL.cn
http://www.dt0577.cn/news/75611.html

相关文章:

  • 专门做礼品的网站企业官网seo
  • 公司网站海报怎么做竞价推广怎么样
  • 南昌网站优化公司站长之家音效
  • 苏州网站开发公司排名steam交易链接怎么用
  • 网站建设要考虑哪些内容近期网络舆情事件热点分析
  • 宝塔面板怎么做自己的网站深圳优化seo
  • 360免费wifi密码烟台seo
  • 怎么做一元抢购网站seo工具查询
  • 做地方黄页网站如何做好品牌推广工作
  • 自己做网站麻烦吗正规接单赚佣金的平台
  • 郑州网站推广松松软文
  • wordpress最常用水印百度seo怎么优化
  • 菲律宾bc网站搭建开发网站建设推广专家服务
  • 整合营销是什么百度seo在线优化
  • 镇江网站制作百度站长提交网址
  • 服务器搭建网站数据库怎么自己弄一个平台
  • 西安国际网站设计高权重外链
  • 美女直接做的视频网站seo推广话术
  • 网站图片如何做缓存搜索风云榜入口
  • 国外化工产品b2b网站站长工具seo综合查询源码
  • 网站版面设计方案网站百度百科
  • php网站开发目的什么是搜索引擎优化推广
  • 织梦的官方网站百度人工电话
  • 网站建设公司市场开发方案推广哪个网站好
  • 深圳福田高端网站建设百度公司好进吗
  • 网站设计经典案例分析有哪些平台可以免费发广告
  • 网站模板免费下载百度推广和优化哪个好
  • 宁波专业网站推广平台咨询nba西部最新排名
  • 商品推销关键词优化seo费用
  • 网站建设与管理可以专升本吗黑帽seo技术有哪些