android 控件阴影高度,LShadowLayout 一个阴影控件,可调整阴影颜色深浅、扩散面积、圆角...

68747470733a2f2f6a69747061636b2e696f2f762f6c696d7579616e67322f4c536861646f774c61796f75742e73766768747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d417061636865253230322d3445423142412e737667

LShadowLayout

This control is extracted fromQMUI,You can adjust the depth, area, and fillet of the control's shadow

Invalid shadows in Android 4.4 and below

Preview

744409690ab99be545ece5859a6269e5.gif

Demo download link

Obtain

First add in the repositories of build.gradle :

allprojects {

repositories {

...

maven { url 'https://jitpack.io' }

}

}

Then add in dependencies:

dependencies {

// AndroidX

implementation 'com.github.limuyang2:LShadowLayout:1.0.6'

}

if you use Android Support,Please use the following:

dependencies {

implementation 'com.github.limuyang2:LShadowLayout:1.0.3'

}

Use

The controls already included in this library are:

ShadowLinearLayout

ShadowRelativeLayout

ShadowConstraintLayout

ShadowFrameLayout

Simply replace the corresponding layout in the project.

E.g:

…………

android:background="#fff"

android:padding="12dp"

app:l_radius="3dp" //Rounded corner size

app:l_shadowAlpha="0.2" //Shadow alpha

app:l_shadowElevation="5dp" //Shadow value >

More properties, please see the source code

License

2018 limuyang

Licensed under the Apache License, Version 2.0 (the "License");

you may not use this file except in compliance with the License.

You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software

distributed under the License is distributed on an "AS IS" BASIS,

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and

limitations under the License.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值