为任意view添加长阴影
依赖
dependencies {
compile 'com.github.florent37:longshadow:(lastversion)'
}
使用
<com.github.florent37.longshadow.LongShadow
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/shadow"
app:shadow_angle="60"
app:shadow_color="#739440"
android:background="#99ca55">
<TextView
android:id="@+id/logo"
android:layout_width="wrap_content"
android:layout_height="120dp"
android:gravity="center"
android:textColor="#FFF"
android:textSize="30sp"
android:layout_gravity="center"
android:text="hello world!" />
</com.github.florent37.longshadow.LongShadow>
本站文章用于学习交流
新浪微博 | QQ群1:161644793qq | QQ群2:98711210
网站地图 | 网站统计
Copyright 2011 - 2021 paocode.com All Rights Reversed. 浙ICP备19041980号
瞎猫内容中心