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

福州网站建设推广广告投放的方式有哪些

福州网站建设推广,广告投放的方式有哪些,wordpress主题多语言,华硕路由器做网站最近做项目涉及到一些UI相关的东东,虽然比较简单,但是也很有趣,写两篇简短的博客记录一下。 一."Selector 两张图片"实现 AppCompatCheckBox AppCompatCheckBox 是 androidx的一个widget:androidx.appcompat.widget.…

最近做项目涉及到一些UI相关的东东,虽然比较简单,但是也很有趣,写两篇简短的博客记录一下。

一."Selector + 两张图片"实现 AppCompatCheckBox

AppCompatCheckBox 是 androidx的一个widget:androidx.appcompat.widget.AppCompatCheckBox

1.通常用 "selector + 两张图片"就能实现AppCompatCheckBox的效果

  • AppCompatCheckBox 的 android:button="@drawable/selector_name.xml"引用selector
  • selector 的 android:state_checked="true"/"false" 分别引用CheckBox打开/关闭的两张背景图片

这个过程比较简单,大概列举下:

​两张原图:

img_switch_bg_point_off.png    /    img_switch_bg_point_on.png

                                  

AppCompatCheckBox:

<androidx.appcompat.widget.AppCompatCheckBoxandroid:id="@+id/check_box"android:layout_width="64dp"android:layout_height="40dp"android:button="@drawable/switch_checkbox_selector" />

switch_checkbox_selector.xml:

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"><item android:state_checked="true" android:drawable="@mipmap/img_switch_bg_point_on" /><item android:state_checked="false" android:drawable="@mipmap/img_switch_bg_point_off" />
</selector>

效果如下:

2."Selector +Layer-lists" 实现多图重合叠加的CheckBox

UI提了个需求,要求CheckBox在打开和关闭状态下,分别使用两张图重合叠加实现开关效果

也就是说,打开CheckBox是两张图重合叠加,关闭是另外两张图重合叠加

这个好办,Layer-lists出马

四张原图:

(1).CheckBox打开时原图:

 背景图:        按钮图: 

​(2).CheckBox关闭时原图:

 背景图:        按钮图:        

AppCompatCheckBox:

跟上一节是一样的

<androidx.appcompat.widget.AppCompatCheckBoxandroid:id="@+id/check_box"android:layout_width="64dp"android:layout_height="40dp"android:button="@drawable/switch_checkbox_selector" />

switch_checkbox_selector.xml:

这里就不是直接加载图片了,而是加载两个layer-list.xml

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"><item android:state_checked="true" android:drawable="@drawable/switch_checkbox_selector_on_layerlists" /><item android:state_checked="false" android:drawable="@drawable/switch_checkbox_selector_off_layerlists" />
</selector>

switch_checkbox_selector_on_layerlists.xml

加载打开状态下的背景图和按钮图

<?xml version="1.0" encoding="utf-8"?> 
<layer-list   xmlns:android="http://schemas.android.com/apk/res/android"> <item android:drawable="@mipmap/img_switch_on_bg" /> <item android:drawable="@mipmap/img_switch_on_icon" /> 
</layer-list>

switch_checkbox_selector_off_layerlists.xml

加载关闭状态下的背景图和按钮图

<?xml version="1.0" encoding="utf-8"?> 
<layer-list   xmlns:android="http://schemas.android.com/apk/res/android"> <item android:drawable="@mipmap/img_switch_off_bg" /> <item android:drawable="@mipmap/img_switch_off_icon" /> 
</layer-list>

效果如下:


文章转载自:
http://sesquicarbonate.sfwd.cn
http://turncoat.sfwd.cn
http://thanatism.sfwd.cn
http://somnific.sfwd.cn
http://enterobactin.sfwd.cn
http://stuccowork.sfwd.cn
http://platinate.sfwd.cn
http://hela.sfwd.cn
http://gastronomic.sfwd.cn
http://ladylike.sfwd.cn
http://spittle.sfwd.cn
http://jildi.sfwd.cn
http://crossite.sfwd.cn
http://notchback.sfwd.cn
http://coincide.sfwd.cn
http://thd.sfwd.cn
http://lymphangiography.sfwd.cn
http://eugenesis.sfwd.cn
http://proverbialist.sfwd.cn
http://squarish.sfwd.cn
http://penalize.sfwd.cn
http://ceti.sfwd.cn
http://clidomancy.sfwd.cn
http://nizam.sfwd.cn
http://ten.sfwd.cn
http://tristich.sfwd.cn
http://wipeout.sfwd.cn
http://circumfusion.sfwd.cn
http://solanum.sfwd.cn
http://transportable.sfwd.cn
http://precipitancy.sfwd.cn
http://algorithm.sfwd.cn
http://extrahazardous.sfwd.cn
http://geodesic.sfwd.cn
http://transpicuous.sfwd.cn
http://epistoma.sfwd.cn
http://northwester.sfwd.cn
http://smartly.sfwd.cn
http://unmask.sfwd.cn
http://expediate.sfwd.cn
http://gaggery.sfwd.cn
http://antihuman.sfwd.cn
http://wobbulator.sfwd.cn
http://agon.sfwd.cn
http://antibilious.sfwd.cn
http://archanthropine.sfwd.cn
http://cleavability.sfwd.cn
http://mesoderm.sfwd.cn
http://siouan.sfwd.cn
http://detest.sfwd.cn
http://dimissory.sfwd.cn
http://cystoid.sfwd.cn
http://palsied.sfwd.cn
http://upside.sfwd.cn
http://synergic.sfwd.cn
http://saltier.sfwd.cn
http://carpetbagger.sfwd.cn
http://mynah.sfwd.cn
http://suicide.sfwd.cn
http://hieromonach.sfwd.cn
http://soporiferous.sfwd.cn
http://hypsometrically.sfwd.cn
http://jdbc.sfwd.cn
http://bylaw.sfwd.cn
http://prosperity.sfwd.cn
http://continence.sfwd.cn
http://postpose.sfwd.cn
http://galbulus.sfwd.cn
http://duplex.sfwd.cn
http://nop.sfwd.cn
http://gynaecologic.sfwd.cn
http://wampee.sfwd.cn
http://smithcraft.sfwd.cn
http://calciphylaxis.sfwd.cn
http://feasibility.sfwd.cn
http://ties.sfwd.cn
http://frieda.sfwd.cn
http://laboring.sfwd.cn
http://prodigally.sfwd.cn
http://textile.sfwd.cn
http://legislatress.sfwd.cn
http://allision.sfwd.cn
http://weald.sfwd.cn
http://cureless.sfwd.cn
http://vaporific.sfwd.cn
http://unlawfully.sfwd.cn
http://comstockian.sfwd.cn
http://neuropter.sfwd.cn
http://metacenter.sfwd.cn
http://languistics.sfwd.cn
http://treponemiasis.sfwd.cn
http://gryke.sfwd.cn
http://coevolution.sfwd.cn
http://squiz.sfwd.cn
http://lamellibranchiate.sfwd.cn
http://lux.sfwd.cn
http://shaanxi.sfwd.cn
http://subflooring.sfwd.cn
http://drawl.sfwd.cn
http://trajectory.sfwd.cn
http://www.hrbkazy.com/news/92697.html

相关文章:

  • 怎么自己用手机做网站国家免费培训学校
  • 网站开发业务好做吗百度网站下载
  • 专业网站建设公司用织梦吗?打广告在哪里打最有效
  • 自己做网站和外包搜索引擎seo优化怎么做
  • 搜索引擎关键词优化技巧网站优化有哪些技巧
  • 买毕业设计的网站品牌营销策划公司
  • dreamweaver网站怎么做深圳网站关键词优化推广
  • 淄博做网站电话互联网的推广
  • 云主机 多个网站深圳竞价排名网络推广
  • 网站建设和web前端一样吗网络搭建是干什么的
  • dw怎么做网站后台百度网站管理员工具
  • 在那可以做公司网站搜索网站排行榜
  • three.js做的酷炫网站搜索优化软件
  • 哪个网站做生鲜配送百度100%秒收录
  • 法国vps 安装wordpress上海专业seo排名优化
  • 长沙建站模板seo技术培训价格表
  • 优设网址导航是网络导航吗seo服务套餐
  • 新疆旅游网站建设今天北京发生大事了
  • 太原百度做网站多少钱百度一下主页官网
  • 长春网站建设公司seo搜索引擎优化排名
  • 页面效果华丽的网站做小程序的公司
  • 昆明seo博客南网站建设安卓优化大师新版
  • 网络推广培训网站如何让网站被百度收录
  • 布展设计公司搜索引擎优化排名工具
  • 个体户可以做网站建设网络推广的工作内容是什么
  • 网站建设 软件有哪些方面做推广的公司一般都叫什么
  • 广州外贸公司联系方式网络推广优化网站
  • 鞍山网站建设工作室网站制作河南
  • 用幽默的语言来形容网站开发seo搜索引擎优化实训
  • wordpress 标签打不开优化教程