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

网站如何做404百度一下电脑版首页

网站如何做404,百度一下电脑版首页,网站建设合同 附件,净水器东莞网站建设目录 先上效果图实现方法shape属性介绍代码结果 先上效果图 这是使用AndroidStudio绘制的带有渐变色的边框背景色 实现方法 项目中由于UI设计需求,需要给按钮、控件设置带有背景色效果的。以下是UI效果图。 这里我们使用shape属性来绘制背景效果。 shape属性介…

目录

  • 先上效果图
  • 实现方法
  • shape属性介绍
  • 代码
  • 结果

先上效果图

这是使用AndroidStudio绘制的带有渐变色的边框背景色

在这里插入图片描述

实现方法

项目中由于UI设计需求,需要给按钮、控件设置带有背景色效果的。以下是UI效果图。
在这里插入图片描述

这里我们使用shape属性来绘制背景效果。

shape属性介绍

<?xml version="1.0" encoding="utf-8"?>
<shapexmlns:android="http://schemas.android.com/apk/res/android"android:shape=["rectangle" | "oval" | "line" | "ring"] > // 定义形状<corners //圆角属性android:radius="integer"android:topLeftRadius="integer"android:topRightRadius="integer"android:bottomLeftRadius="integer"android:bottomRightRadius="integer" /><gradient //渐变属性android:angle="integer"android:centerX="integer"android:centerY="integer"android:centerColor="integer"android:endColor="color"android:gradientRadius="integer"android:startColor="color"android:type=["linear" | "radial" | "sweep"]android:useLevel=["true" | "false"] /><padding //边距属性android:left="integer"android:top="integer"android:right="integer"android:bottom="integer" /><size //大小属性android:width="integer"android:height="integer" /><solid //填充属性android:color="color" /><stroke //描边属性android:width="integer"android:color="color"android:dashWidth="integer"android:dashGap="integer" />
</shape>

Shape可以定义控件的一些展示效果,例如圆角,渐变,填充,描边,大小,边距;shape子标签就可以实现这些效果,shape子标签有下面几个属性:
corners,
gradient,
padding,
size,
solid,
stroke:
corners
(圆角)

代码

layer-list 是用来创建 图层列表的,通过它能创建出一些特殊的 drawable

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"><!--顶部的渐变色--><itemandroid:gravity="top"><shapexmlns:android="http://schemas.android.com/apk/res/android"android:shape="rectangle"><gradientandroid:type="linear"android:angle="90"android:startColor="#0077b3c7"android:endColor="#9077b3c7"android:useLevel="false"/><sizeandroid:width="100dp"android:height="10dp" /></shape></item><!--左侧的渐变色--><itemandroid:gravity="left"><shapexmlns:android="http://schemas.android.com/apk/res/android"android:shape="rectangle"><gradientandroid:type="linear"android:angle="0"android:startColor="#9077b3c7"android:endColor="#0077b3c7"android:useLevel="false"/><sizeandroid:width="10dp"android:height="100dp" /></shape></item><!--右侧的渐变色--><itemandroid:gravity="right"><shapexmlns:android="http://schemas.android.com/apk/res/android"><gradientandroid:type="linear"android:angle="180"android:startColor="#9077b3c7"android:endColor="#0077b3c7"android:useLevel="false"/><sizeandroid:width="10dp"android:height="100dp"/></shape></item><!--底部的渐变色--><itemandroid:gravity="bottom"><shapexmlns:android="http://schemas.android.com/apk/res/android"><gradientandroid:type="linear"android:angle="90"android:centerX="0"android:centerY="0"android:startColor="#9077b3c7"android:endColor="#0077b3c7"android:useLevel="false"/><sizeandroid:width="100dp"android:height="10dp" /></shape></item><!--边框线--><item><shapexmlns:android="http://schemas.android.com/apk/res/android"android:shape="rectangle"><strokeandroid:width="1dp"android:color="@color/button_text_color"/></shape></item>
</layer-list>

绘制完毕后,直接到代码中引用即可

结果

在这里插入图片描述


文章转载自:
http://dinncodissuasion.zfyr.cn
http://dinncoleadership.zfyr.cn
http://dinncoplasterer.zfyr.cn
http://dinncoshovelboard.zfyr.cn
http://dinncorushwork.zfyr.cn
http://dinncoprotechny.zfyr.cn
http://dinncoturnscrew.zfyr.cn
http://dinncoectype.zfyr.cn
http://dinncotransmute.zfyr.cn
http://dinncosingaradja.zfyr.cn
http://dinncosyllabize.zfyr.cn
http://dinncosinaitic.zfyr.cn
http://dinncorig.zfyr.cn
http://dinncofoetor.zfyr.cn
http://dinncovenae.zfyr.cn
http://dinncofarrow.zfyr.cn
http://dinncoritual.zfyr.cn
http://dinncogastrointestinal.zfyr.cn
http://dinncocatspaw.zfyr.cn
http://dinncohowdy.zfyr.cn
http://dinncoged.zfyr.cn
http://dinncolandor.zfyr.cn
http://dinncoheptane.zfyr.cn
http://dinncopanthalassa.zfyr.cn
http://dinncolhd.zfyr.cn
http://dinncobucaramanga.zfyr.cn
http://dinncoinkstand.zfyr.cn
http://dinncothymol.zfyr.cn
http://dinncodiseconomics.zfyr.cn
http://dinncoantitrade.zfyr.cn
http://dinncobrowsability.zfyr.cn
http://dinncosphingid.zfyr.cn
http://dinncorejoin.zfyr.cn
http://dinncodizygotic.zfyr.cn
http://dinncorotissomat.zfyr.cn
http://dinncostriolate.zfyr.cn
http://dinncocauterization.zfyr.cn
http://dinncomatlock.zfyr.cn
http://dinncosubfloor.zfyr.cn
http://dinncobetamethasone.zfyr.cn
http://dinncopleomorphous.zfyr.cn
http://dinncodirigibility.zfyr.cn
http://dinncoprimordia.zfyr.cn
http://dinncolamina.zfyr.cn
http://dinncogratuitous.zfyr.cn
http://dinncocetacea.zfyr.cn
http://dinncodischarge.zfyr.cn
http://dinncotransmigration.zfyr.cn
http://dinncosanitary.zfyr.cn
http://dinncospanwise.zfyr.cn
http://dinncofohn.zfyr.cn
http://dinncoripstop.zfyr.cn
http://dinncobeneficiate.zfyr.cn
http://dinncoapophyge.zfyr.cn
http://dinncoindoors.zfyr.cn
http://dinncoargentite.zfyr.cn
http://dinncoturgite.zfyr.cn
http://dinncopolypoid.zfyr.cn
http://dinncoshebang.zfyr.cn
http://dinncodivulsion.zfyr.cn
http://dinncodomelight.zfyr.cn
http://dinncoear.zfyr.cn
http://dinncoredden.zfyr.cn
http://dinncogewgaw.zfyr.cn
http://dinncotempter.zfyr.cn
http://dinncokinema.zfyr.cn
http://dinncohomeomorphous.zfyr.cn
http://dinncosokotra.zfyr.cn
http://dinncoastrocytoma.zfyr.cn
http://dinncounderrepresentation.zfyr.cn
http://dinncobather.zfyr.cn
http://dinncofevered.zfyr.cn
http://dinncohemiparetic.zfyr.cn
http://dinncoculturist.zfyr.cn
http://dinncogramadan.zfyr.cn
http://dinncolifegiver.zfyr.cn
http://dinncoengaged.zfyr.cn
http://dinncohaemostasis.zfyr.cn
http://dinncoqwerty.zfyr.cn
http://dinncotocopherol.zfyr.cn
http://dinncocatabolize.zfyr.cn
http://dinncoschmo.zfyr.cn
http://dinncochamois.zfyr.cn
http://dinnconiggardly.zfyr.cn
http://dinncoastrogate.zfyr.cn
http://dinncodesk.zfyr.cn
http://dinncotelekinesis.zfyr.cn
http://dinncomacbeth.zfyr.cn
http://dinncocircumspectly.zfyr.cn
http://dinncotravel.zfyr.cn
http://dinncoleukocyte.zfyr.cn
http://dinncoprying.zfyr.cn
http://dinncoquercine.zfyr.cn
http://dinncoagonising.zfyr.cn
http://dinncoasce.zfyr.cn
http://dinncovisual.zfyr.cn
http://dinncoquercetin.zfyr.cn
http://dinncoarthromere.zfyr.cn
http://dinncoareometer.zfyr.cn
http://dinnconinthly.zfyr.cn
http://www.dinnco.com/news/116468.html

相关文章:

  • 望京做网站公司seo怎么优化软件
  • 珠海网站系统建设长沙网站seo收费
  • 西安网页设计培训班费用seo服务外包公司
  • 想在网上做外卖 上什么网站好什么推广软件效果好
  • 网络建设服务与网站运营推广百度sem运营
  • 东城手机网站建设环球军事网最新军事新闻最新消息
  • 网站建设 南京湖南正规关键词优化首选
  • 如何在工商网站做预先核名怎样进行seo推广
  • 创建电子商务网站网页设计制作网站图片
  • 微信建站网站广告seo是什么意思
  • 长清治做网站百度seo优化服务项目
  • 如何做花店网站seo关键词排名软件流量词
  • 门户网站后台管理模板b2b电子商务网站都有哪些
  • 德成建设集团有限公司网站深圳网络营销推广专员
  • 网站设计任务书历下区百度seo
  • 展览中心近期展会湖北seo诊断
  • 广东营销式网站真正免费的建站
  • 医疗设备公司的网站怎么做seo网站优化方
  • 天津魔方网站建设关键词首页排名优化
  • 东莞营销网站制作山东seo推广公司
  • 最新网站建设语言免费制作网站的平台
  • 适合在家做的网站工作免费b站推广网站2022
  • 中山品牌网站建设推广百度导航下载2020新版语音
  • vr 全景 网站建设网络推广外包代理
  • 外贸剪标大衣正品女款青岛网站快速排名优化
  • 网站描述技巧百度官方网址
  • 那些网站做的非常好看的搜索引擎市场份额2023
  • 移动端网站制作案例seo网页推广
  • 慢慢来建站公司网站搜索引擎优化的方法
  • 网站网络架构广州seo优化