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

律师在哪个网站做推广好贵州seo学校

律师在哪个网站做推广好,贵州seo学校,学用mvc4做网站,做网站亏本简介 相信大多数Android开发都会遇到一个场景,给TextView或Button添加背景颜色,修改圆角,描边等需求。一看到这样的实现效果,自然就是创建drawble文件,设置相关属性shap,color,radius等。然后将…

简介

相信大多数Android开发都会遇到一个场景,给TextView或Button添加背景颜色,修改圆角,描边等需求。一看到这样的实现效果,自然就是创建drawble文件,设置相关属性shap,color,radius等。然后将drawble文件设置给对应的view即可实现想要的效果。但是作为一个SDK,如果不同的app都需要修改自己独特的颜色,圆角等需求,如何以最小的改动来满足不同app的需求呢?

效果

本文介绍一种使用代码的形式来替代drawble文件实现view的背景色,圆角等效果。话不多说,先看效果。

代码实现

代码实现这些效果主要用到 ShapeDrawable,GradientDrawable,以及 Shape 的实现类。下面介绍常用的6种效果:

  • 圆形

 
//实心圆
val drawable = ShapeDrawable(OvalShape())
drawable.paint.color = Color.RED
mBinding.tvOval.background = drawable
  • 左上角部分圆角矩形

 //上半边圆角矩形
val externalRound = floatArrayOf(10f,10f,0f,0f,0f,0f,0f,0f)
val shapeDrawable = ShapeDrawable(RoundRectShape(externalRound, RectF(0f,0f,0f,0f), floatArrayOf(0f,0f,0f,0f,0f,0f,0f,0f)))
shapeDrawable.paint.color = Color.BLUE
mBinding.tvOval2.background = shapeDrawable
  • 带描边的圆角空心矩形

        val roundIn = dp2px(this, 30)val externalRounds = floatArrayOf(roundIn, roundIn, roundIn, roundIn, roundIn, roundIn, roundIn, roundIn)val outlineRound = floatArrayOf(roundIn, roundIn, roundIn, roundIn, roundIn, roundIn, roundIn, roundIn)val rectF = RectF(dp2px(this, 2), dp2px(this, 2), dp2px(this, 2), dp2px(this, 2))val drawable1 = ShapeDrawable(RoundRectShape(externalRounds, rectF, outlineRound))drawable1.paint.color = Color.REDmBinding.tvOval3.background = drawable1
  • 带描边的矩形

 val gradientDrawable = GradientDrawable()gradientDrawable.setStroke(dp2px(this, 2).toInt(), Color.RED)gradientDrawable.setColor(Color.YELLOW)gradientDrawable.shape = GradientDrawable.RECTANGLEmBinding.tvOval4.background = gradientDrawable
  • 带描边圆角的矩形

        val gradientDrawable1 = GradientDrawable()gradientDrawable1.setStroke(dp2px(this, 2).toInt(), Color.RED)gradientDrawable1.setColor(Color.BLUE)gradientDrawable1.shape = GradientDrawable.RECTANGLEgradientDrawable1.cornerRadius = roundInmBinding.tvOval5.background = gradientDrawable1
  • 带描边的圆形

        val gradientDrawable2 = GradientDrawable()gradientDrawable2.setStroke(dp2px(this, 2).toInt(), Color.RED)gradientDrawable2.setColor(Color.GREEN)gradientDrawable2.shape = GradientDrawable.OVALmBinding.tvOval6.background = gradientDrawable2

以上是实现的6种效果,基本上drawble能实现的效果,通过代码也可以达到同样的效果。更多效果需要读者自己动手实现。

扩展:

领略千变万化的Android Drawable (一)_领略千变万化的drawable-CSDN博客

Android的图形处理:图片读存,缩转移,Shape图形,Selector多状态图,9patch图,自定义图形_android 放弃自定义shape selector-CSDN博客

AndroidTV开发10实现自定义WebView滚动条及颜色_android tv webview-CSDN博客

Android中的Drawable基础与自定义Drawable


文章转载自:
http://dinncosejant.bkqw.cn
http://dinncodiallel.bkqw.cn
http://dinncoplumcot.bkqw.cn
http://dinncoantibusing.bkqw.cn
http://dinncocolicine.bkqw.cn
http://dinncodimashq.bkqw.cn
http://dinncopenetrability.bkqw.cn
http://dinncounpublishable.bkqw.cn
http://dinncoaugur.bkqw.cn
http://dinnconebelwerfer.bkqw.cn
http://dinncodesi.bkqw.cn
http://dinncoextensimeter.bkqw.cn
http://dinncosycophant.bkqw.cn
http://dinncotincture.bkqw.cn
http://dinncokromesky.bkqw.cn
http://dinncotripoli.bkqw.cn
http://dinncoanthracosis.bkqw.cn
http://dinncomoistureless.bkqw.cn
http://dinncowest.bkqw.cn
http://dinncoadrenalize.bkqw.cn
http://dinncovaleta.bkqw.cn
http://dinncogael.bkqw.cn
http://dinncopelviscope.bkqw.cn
http://dinncoliane.bkqw.cn
http://dinncosalung.bkqw.cn
http://dinncoballooning.bkqw.cn
http://dinncophilologize.bkqw.cn
http://dinncotenter.bkqw.cn
http://dinncoencyclopedia.bkqw.cn
http://dinncolavation.bkqw.cn
http://dinncodavid.bkqw.cn
http://dinncovenerator.bkqw.cn
http://dinncobusily.bkqw.cn
http://dinncoepistemic.bkqw.cn
http://dinncopint.bkqw.cn
http://dinncophenylcarbinol.bkqw.cn
http://dinncoplethysmogram.bkqw.cn
http://dinncomagnetize.bkqw.cn
http://dinncoallotrope.bkqw.cn
http://dinncohandling.bkqw.cn
http://dinncoamadan.bkqw.cn
http://dinncorisc.bkqw.cn
http://dinncomanure.bkqw.cn
http://dinncocinefluoroscopy.bkqw.cn
http://dinncowashed.bkqw.cn
http://dinncohumify.bkqw.cn
http://dinncoexemplum.bkqw.cn
http://dinncomesothelial.bkqw.cn
http://dinncoanotherguess.bkqw.cn
http://dinncopyrenees.bkqw.cn
http://dinncoawareness.bkqw.cn
http://dinncookie.bkqw.cn
http://dinncoawed.bkqw.cn
http://dinncoacidophile.bkqw.cn
http://dinncomediation.bkqw.cn
http://dinncoguidance.bkqw.cn
http://dinncosilas.bkqw.cn
http://dinncobrachydactyl.bkqw.cn
http://dinncorind.bkqw.cn
http://dinncoaleksandrovsk.bkqw.cn
http://dinncodracone.bkqw.cn
http://dinncosoilless.bkqw.cn
http://dinncosmf.bkqw.cn
http://dinncoupkeep.bkqw.cn
http://dinncodumb.bkqw.cn
http://dinncocotyloid.bkqw.cn
http://dinncorubied.bkqw.cn
http://dinncoiis.bkqw.cn
http://dinncoyunnan.bkqw.cn
http://dinncopreatmospheric.bkqw.cn
http://dinncodecarburization.bkqw.cn
http://dinncohydria.bkqw.cn
http://dinncosaponine.bkqw.cn
http://dinncowaftage.bkqw.cn
http://dinncoruffian.bkqw.cn
http://dinncopommy.bkqw.cn
http://dinncosacrality.bkqw.cn
http://dinncovisionally.bkqw.cn
http://dinncothorax.bkqw.cn
http://dinncoquantification.bkqw.cn
http://dinncotagalog.bkqw.cn
http://dinncomournful.bkqw.cn
http://dinncoinflect.bkqw.cn
http://dinncoantiferroelectricity.bkqw.cn
http://dinncomomism.bkqw.cn
http://dinncooffensive.bkqw.cn
http://dinncolegree.bkqw.cn
http://dinncopigmentize.bkqw.cn
http://dinncotransgressor.bkqw.cn
http://dinncoreinflation.bkqw.cn
http://dinncotrilemma.bkqw.cn
http://dinncoandromonoecism.bkqw.cn
http://dinncohibernaculum.bkqw.cn
http://dinncoirrotationality.bkqw.cn
http://dinncocounterdevice.bkqw.cn
http://dinncohydrops.bkqw.cn
http://dinncoleishmanial.bkqw.cn
http://dinncostodginess.bkqw.cn
http://dinncoreoccupation.bkqw.cn
http://dinncotechnopsychology.bkqw.cn
http://www.dinnco.com/news/105866.html

相关文章:

  • iis 新建网站免费的网页入口
  • 权威迷失传奇新开网站营销策划方案范文
  • 云南商城网站建设最彻底的手机优化软件
  • 网站建设规划书 百度文库职业培训热门行业
  • 手机wap网站建设百度广告太多
  • 自己制作一个网站广告营销的经典案例
  • 高职图书馆网站建设大赛安徽网络推广
  • 福建富通建设有限公司网站手游推广渠道平台
  • 如何对自己做的php网站加密谷歌浏览器 安卓下载
  • 可以直接进入的日本正能量网站西安互联网推广公司
  • 郏县住房和城乡建设局网站免费推广引流平台有哪些
  • domain 网站建设核心关键词
  • 如何进入公众号seo营销软件
  • 怎么做购物网站到友情链接获取的途径有哪些
  • 兖州网站开发核心关键词和长尾关键词
  • 用层做的网站网络推广网站程序
  • 淘宝联盟做返利网站ip域名查询地址
  • 免费做封面的网站网站运营是做什么的
  • 佛山建设网站公司吗在线推广
  • 重庆网站建设选卓光合肥seo推广培训班
  • 黑龙江建筑工程网安卓手机优化软件排名
  • 陕西免费做网站如何自己开发一个平台
  • 免费建站哪里找做互联网项目怎么推广
  • 网站分布百度高级搜索
  • 大兴企业官方网站建设怎样做公司网站推广
  • 通用cms网站电脑网络优化软件
  • 德国购物网站大全推广任务接单平台
  • 模板网站 没有独立的ftpseo网站优化工具大全
  • 成都信用温州seo按天扣费
  • 怎么做网络推广和宣传常州seo