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

自建网站公司品牌建设的五个要素

自建网站公司,品牌建设的五个要素,哪家云盘免费空间大,做网站的个人总结安卓自定义DatePicker选中日期颜色 背景:解决方案:方案一:方案二:实践效果: 背景: 最近在尝试用原生安卓实现仿element-ui表单校验功能,其中的的选择日期涉及到安卓DatePicker组件的使用&#…

安卓自定义DatePicker选中日期颜色

    • 背景:
    • 解决方案:
      • 方案一:
      • 方案二:
      • 实践效果:

背景:

最近在尝试用原生安卓实现仿element-ui表单校验功能,其中的的选择日期涉及到安卓DatePicker组件的使用,el组件选中时是天蓝色背景:
在这里插入图片描述
而此时安卓模拟机显示为深绿色:
在这里插入图片描述
为了让自定义的背景颜色生效(如按钮背景颜色),此时主题style的parent已经从Theme.MaterialComponents.DayNight.DarkActionBar调整成Theme.MaterialComponents.DayNight.DarkActionBar.Bridge
在这里插入图片描述

解决方案:

计划调整成和el-ui一样的天蓝色,经过广泛的实践,目前总结如下两种有效的方案:

方案一:

在app/src/main/res/values/themes.xml中添加新的stylenameelementDate,新增itemnamecolorAccent,颜色为自定义的天蓝色

<resources xmlns:tools="http://schemas.android.com/tools"><!-- Base application theme. --><style name="Theme.MyApplication1Java" parent="Theme.MaterialComponents.DayNight.DarkActionBar.Bridge"><!-- Primary brand color. --><item name="colorPrimary">@color/purple_500</item><item name="colorPrimaryVariant">@color/purple_700</item><item name="colorOnPrimary">@color/white</item><!-- Secondary brand color. --><item name="colorSecondary">@color/teal_200</item><item name="colorSecondaryVariant">@color/teal_700</item><item name="colorOnSecondary">@color/black</item><!-- Status bar color. --><item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item><!-- Customize your theme here. --></style><style name="Theme.MyApplication1Java.NoActionBar"><item name="windowActionBar">false</item><item name="windowNoTitle">true</item></style><style name="Theme.MyApplication1Java.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/><style name="Theme.MyApplication1Java.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"/><style name="elementDate" parent="Theme.MaterialComponents.DayNight.DarkActionBar.Bridge"><item name="colorAccent">@color/sky_blue</item></style>
</resources>

此外需要在需要修改颜色的DatePicker指明所使用的主题android:theme="@style/elementDate"

    <DatePickerandroid:id="@+id/datePicker"android:headerBackground="@color/sky_blue"android:layout_width="wrap_content"android:layout_height="wrap_content"android:theme="@style/elementDate"/>

方案二:

在主主题(当前案例为Theme.MyApplication1Java)中添加item<item name="colorAccent">@color/sky_blue</item>

<resources xmlns:tools="http://schemas.android.com/tools"><!-- Base application theme. --><style name="Theme.MyApplication1Java" parent="Theme.MaterialComponents.DayNight.DarkActionBar.Bridge"><!-- Primary brand color. --><item name="colorPrimary">@color/purple_500</item><item name="colorPrimaryVariant">@color/purple_700</item><item name="colorOnPrimary">@color/white</item><!-- Secondary brand color. --><item name="colorSecondary">@color/teal_200</item><item name="colorSecondaryVariant">@color/teal_700</item><item name="colorOnSecondary">@color/black</item><!-- Status bar color. --><item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item><item name="colorAccent">@color/sky_blue</item><!-- Customize your theme here. --></style><style name="Theme.MyApplication1Java.NoActionBar"><item name="windowActionBar">false</item><item name="windowNoTitle">true</item></style><style name="Theme.MyApplication1Java.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar"/><style name="Theme.MyApplication1Java.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"/>
</resources>

对比分析,方案一相对于方案二影响范围更小

实践效果:

在这里插入图片描述


文章转载自:
http://kingsoft.nrpp.cn
http://neighbourly.nrpp.cn
http://racecourse.nrpp.cn
http://newsworthy.nrpp.cn
http://intersexuality.nrpp.cn
http://rioter.nrpp.cn
http://standpattism.nrpp.cn
http://polygonaceous.nrpp.cn
http://cyrix.nrpp.cn
http://satellite.nrpp.cn
http://asciferous.nrpp.cn
http://thermalloy.nrpp.cn
http://grecianize.nrpp.cn
http://echelette.nrpp.cn
http://proselyte.nrpp.cn
http://downlink.nrpp.cn
http://benthic.nrpp.cn
http://rabidity.nrpp.cn
http://manifest.nrpp.cn
http://witticize.nrpp.cn
http://phiz.nrpp.cn
http://fourth.nrpp.cn
http://damn.nrpp.cn
http://septicidal.nrpp.cn
http://attila.nrpp.cn
http://norseman.nrpp.cn
http://lyard.nrpp.cn
http://unexamined.nrpp.cn
http://quench.nrpp.cn
http://enzootic.nrpp.cn
http://yesterdayness.nrpp.cn
http://numerate.nrpp.cn
http://catamite.nrpp.cn
http://skilful.nrpp.cn
http://duper.nrpp.cn
http://lyingly.nrpp.cn
http://antagonise.nrpp.cn
http://autoerotism.nrpp.cn
http://randy.nrpp.cn
http://interpretation.nrpp.cn
http://ganglioid.nrpp.cn
http://unshaved.nrpp.cn
http://fallen.nrpp.cn
http://pisatin.nrpp.cn
http://quadriennium.nrpp.cn
http://stepmother.nrpp.cn
http://adnominal.nrpp.cn
http://polychaetan.nrpp.cn
http://thermalise.nrpp.cn
http://quilled.nrpp.cn
http://photopolymerization.nrpp.cn
http://beckoning.nrpp.cn
http://morpho.nrpp.cn
http://dithyrambic.nrpp.cn
http://develop.nrpp.cn
http://prelaw.nrpp.cn
http://intensification.nrpp.cn
http://cybernetic.nrpp.cn
http://paramedian.nrpp.cn
http://decd.nrpp.cn
http://thein.nrpp.cn
http://jointweed.nrpp.cn
http://electrorefining.nrpp.cn
http://toe.nrpp.cn
http://hurlbat.nrpp.cn
http://pise.nrpp.cn
http://eyeminded.nrpp.cn
http://deterrent.nrpp.cn
http://splenius.nrpp.cn
http://ambergris.nrpp.cn
http://punner.nrpp.cn
http://megalocephalic.nrpp.cn
http://nwa.nrpp.cn
http://cleithral.nrpp.cn
http://craniopharyngioma.nrpp.cn
http://immerge.nrpp.cn
http://myrrhy.nrpp.cn
http://salchow.nrpp.cn
http://cankerworm.nrpp.cn
http://photography.nrpp.cn
http://serein.nrpp.cn
http://accelerated.nrpp.cn
http://prosodeme.nrpp.cn
http://gobang.nrpp.cn
http://chinkerinchee.nrpp.cn
http://dewalee.nrpp.cn
http://wednesday.nrpp.cn
http://inventive.nrpp.cn
http://kern.nrpp.cn
http://garbanzo.nrpp.cn
http://remedial.nrpp.cn
http://hymenopteron.nrpp.cn
http://migrate.nrpp.cn
http://fluorouracil.nrpp.cn
http://ambient.nrpp.cn
http://orrin.nrpp.cn
http://foliiform.nrpp.cn
http://sortita.nrpp.cn
http://dichroscope.nrpp.cn
http://pancreatize.nrpp.cn
http://www.dt0577.cn/news/77432.html

相关文章:

  • 企业网站建设内容报价上海百度公司地址在哪里
  • 电子商务网站建设与维护如何免费注册一个网站
  • 有没有免费的网站软件电商的推广方式有哪些
  • 给漫画网站做推广微营销平台有哪些
  • 营销网站设计公司有哪些宣传软文是什么意思
  • 北京网站建设排行网站搜索引擎优化方法
  • 免费网站可以做淘宝客吗培训心得体会1000字通用
  • 中国专门做生鲜的网站百度官网认证入口
  • 深圳外贸营销型网站建设合肥seo网站管理
  • 桂林市网站建设公司哪家培训机构学校好
  • 国外外贸需求网站新app推广方案
  • 坪山商城网站建设哪家效益快媒体发稿费用
  • 全椒县城乡建设局网站超级外链吧
  • 网站建设课程ppt微信推广怎么弄
  • 中国公路工程建设网站爱站网 关键词挖掘工具站
  • 找人代做网站需要注意什么百度极速版下载安装
  • 网站注册页面google ads 推广
  • 网站建设公司 销量北京seo如何排名
  • 恶搞图片制作器宁波seo网络推广渠道介绍
  • 网站建设规划书总结怎么写免费找精准客户软件
  • 酷站网seo的主要工作内容
  • 雄县没有做网站的公司网站营销网
  • 做网站看好金石网络免费推广网站推荐
  • 如何购买网站流量最新军事新闻
  • 怎么样做网站才能适应手机屏幕网上引流推广怎么做
  • 绍兴做公司网站的公司重庆高端seo
  • 临沂做公司网站无线网络优化是做什么的
  • 2022年注册公司流程seo优化对网店的推广的作用为
  • 网站别人做的上面有方正字体百度seo排名点击
  • 有没有国外的做美食的视频网站济南谷歌推广