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

佛山品牌网站设计制作怎么开网店淘宝

佛山品牌网站设计制作,怎么开网店淘宝,wordpress 邮件 key,建站极速通目录 一、CardView 1.1 导入material库 1.2 属性 二、使用(效果) 2.1 圆角卡片效果 2.2 阴影卡片效果 2.3 背景 2.3.1 设置卡片背景(app:cardBackgroundColor) 2.3.2 内嵌布局,给布局设置背景色 2.4 进阶版 2.4.1 带透明度 2.4.2 无透明度 一、CardView 顾名…

目录

一、CardView

1.1 导入material库

1.2 属性

二、使用(效果)

2.1 圆角卡片效果

2.2 阴影卡片效果

2.3 背景

        2.3.1 设置卡片背景(app:cardBackgroundColor)

        2.3.2 内嵌布局,给布局设置背景色

2.4 进阶版

        2.4.1 带透明度

        2.4.2 无透明度


一、CardView

        顾名思义,就是卡片布局。现在卡片布局越来越普及了,以前都是各种shape来实现卡片效果,现在可以直接用控件来实现,是不是美滋滋?CardView实用性还是比较强的,一起来试试吧?

1.1 导入material库

implementation 'com.google.android.material:material:1.10.0'
material:1.10.0 要求SDK大于等于34,如果不打算兼容那么高的,建议降低至 1.8.0 ,不影响 CardView 的使用。

        CardView继承自FrameLayout,可以让我们使用类似卡片布局来显示一致性效果的内容。同时卡片还可以包含圆角和阴影效果。

1.2 属性

  • app:cardBackgroundColor 设置背景颜色

  • app:cardCornerRadius 设置圆角大小,不要圆角设置为0

  • app:cardElevation 设置z轴的阴影,不需要阴影设置为0

  • app:cardMaxElevation 设置z轴的最大高度值

  • app:contentPadding 设置padding

  • app:contentPaddingLeft

  • app:contentPaddingTop

  • app:contentPaddingRight

  • app:contentPaddingBottom

需要注意的是这里的前缀是 app ,而不是 android

二、使用(效果)

2.1 圆角卡片效果

        默认是带点阴影效果的。

    <androidx.cardview.widget.CardViewandroid:layout_width="match_parent"android:layout_margin="10dp"android:background="@color/purple_200"app:cardCornerRadius="10dp"app:contentPadding="20dp"android:layout_height="wrap_content"><TextViewandroid:layout_width="wrap_content"android:text="圆角 CardView "android:textColor="@color/black"android:layout_height="wrap_content"/></androidx.cardview.widget.CardView>

2.2 阴影卡片效果

<androidx.cardview.widget.CardViewandroid:layout_width="match_parent"android:layout_margin="10dp"app:cardCornerRadius="10dp"app:cardElevation="20dp"android:layout_height="wrap_content"><TextViewandroid:layout_width="wrap_content"android:layout_gravity="center"android:layout_margin="20dp"android:text="阴影 CardView"android:textColor="@color/black"android:layout_height="wrap_content"/></androidx.cardview.widget.CardView>

2.3 背景

        2.3.1 设置卡片背景(app:cardBackgroundColor)

    <androidx.cardview.widget.CardViewandroid:layout_width="match_parent"android:layout_margin="10dp"app:cardBackgroundColor="@color/purple_200"app:cardCornerRadius="10dp"app:cardElevation="20dp"android:layout_height="wrap_content"><LinearLayoutandroid:layout_width="match_parent"android:orientation="vertical"android:layout_height="wrap_content"><TextView.../><TextView.../></LinearLayout></androidx.cardview.widget.CardView>

        2.3.2 内嵌布局,给布局设置背景色

    <androidx.cardview.widget.CardViewandroid:layout_width="match_parent"android:layout_margin="10dp"app:cardCornerRadius="10dp"app:cardElevation="20dp"android:layout_height="wrap_content"><LinearLayoutandroid:layout_width="match_parent"android:orientation="vertical"android:background="@color/purple_200"android:layout_height="wrap_content"><TextView.../><TextView.../></LinearLayout></androidx.cardview.widget.CardView>

2.4 进阶版

        同时设置 app:cardBackgroundColorandroid:background

        2.4.1 带透明度

  <androidx.cardview.widget.CardViewapp:cardBackgroundColor="#44ff0000"android:background="#440000ff"...><TextViewandroid:background="#440000ff"/></androidx.cardview.widget.CardView>

        2.4.2 无透明度

    <androidx.cardview.widget.CardView...app:cardBackgroundColor="#ff0000"android:background="#00ff00"><TextView...android:background="#0000ff"/></androidx.cardview.widget.CardView>
android:background明显会被app:cardBackgroundColor消费(覆盖)掉
http://www.15wanjia.com/news/163982.html

相关文章:

  • 什么网站做视频给钱手机网站代理
  • 怎么查那些人输入做网站网站策划报告怎么写
  • 哪些网站首页做的好小程序免费推广平台
  • 神东集团网站建设苏州论坛建站模板
  • 网站开发怎么自动获取位置有建设银行信用卡怎么登陆不了网站
  • 烟台网站制作设计网站pv uv
  • 谷歌自建站和优化竞价广告代运营
  • 网站建设找星火龙英文seo是什么
  • 建营销型网站做视频网站多少钱
  • 网站建设资金投入分析google官方版下载
  • 网站建设好就业吗楚雄做网站建设的公司
  • 江西省城乡建设厅网站如何建手机销售网站
  • 网站设计推荐淘宝官网首页电脑版下载
  • 中国做外贸的网站wordpress获取指定分类的描述
  • 西安网站建设 至诚做模板网站怎么放视频
  • 系统网站主题有哪些问题新乡网站搜索引擎优化
  • qt 做网站海淀seo搜索引擎优化公司
  • 网站建设法规政策连云港做网站公司哪家好
  • 建设pc 移动网站wordpress网站建站
  • 大气娱乐搞笑网站源码晋中网站设计
  • 做公司网站的理念wordpress 图片说明
  • 杭州专业建设网站哪里好网站内容关键词
  • 连云港商城网站开发设计惠州seo排名收费
  • 莆田市建设局网站wordpress教程视频教程
  • 网站开发新型技术网站站内内链建设
  • 网站 整站 抓取网站项目建设措施
  • 网站做友链wordpress网站备案号
  • 上海网站制作网站开发外贸网站适合用数字域名吗
  • 网站建设科技风经典网站模板下载
  • 做网站哪好境外电商做的什么平台