时间:2021-05-21
一、写在前面的
在需求上遇到背景设置透明度还是比较常见的,设置透明度有几种方式,但是不同的场景应用下,不同的方式可能会出现一些问题。针对开发过程中的需求做以下总结。
二、先看效果图
图1、
图2、
图3、
图4
介绍:图1、蓝色头部和输入框背景初始状态
图2、点击按钮01,输入框的透明度不起作用,和title的透明度一样
图3、点击按钮02,背景透明度设置正常,但是可能会对全局的背景有影响
图4、点击按钮03,背景透明度设置正常,具体原因代码注释有提到
三、再加上代码
按钮点击
public void button01(View view){ // search透明度不起作用 title.setAlpha(0.2f); search.setAlpha(0.8f); } public void button02(View view){ // 在布局中多个控件同时使用一个资源的时候,这些控件会共用一个状态 // 如果你改变了一个控件的状态,其他的控件都会接收到相同的通知 title.getBackground().setAlpha(51); search.getBackground().setAlpha(153); } public void button03(View view){ // 使用mutate()方法使该控件状态不定,这样不定状态的控件就不会共享自己的状态了 title.getBackground().mutate().setAlpha(51); search.getBackground().mutate().setAlpha(153); }布局:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:id="@+id/ll_title" android:layout_width="match_parent" android:layout_height="80dp" android:gravity="center" android:background="#0000ff" android:orientation="horizontal"> <EditText android:id="@+id/et_search" android:layout_width="200dp" android:layout_height="60dp" android:gravity="center" android:hint="输入框" android:textColorHint="#ffffff" android:background="@drawable/search_title_bg"/> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="40dp" android:orientation="horizontal"> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="01" android:onClick="button01"/> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="02" android:onClick="button02"/> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="03" android:onClick="button03"/> </LinearLayout> </LinearLayout>输入框背景 search_title_bg
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <solid android:color="#000000"/> <corners android:radius="8dp"/> <stroke android:width="1dp" android:color="#666666"/> </shape>四、写在后面的
背景透明度设置比较常见,mutate()方法,可以解决背景透明状态设置异常的现象。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
qq空间透明度设置方法是: 1、登录您QQ空间,点击顶端工具栏“装扮”; 2、选择“高级设置”中“模块透明度”,在设置透明度的滑条中左右滑动就可以进行设置,
Alpha,设置透明度。用法:复制代码代码如下:FILTER:alpha(opacity=80);filter:Alpha(Opaci
这里是测试页。在JavaScript里面设置透明度我用下面的代码来设置透明度:复制代码代码如下:functionsetOpacity(value){testOb
窗口慢慢出现.版本2.支持库eAPI.程序集窗口程序集1.程序集变量透明度.子程序__启动窗口_创建完毕设置窗口透明度(_启动窗口.取窗口句柄(),透明度).子
deepin20怎么设置任务栏透明度?我们可以根据自己的喜好来设置任务栏的透明度,该怎么设置呢?下面我们就来看看详细的教程。1、当前任务栏透明度如下图所示。2、