Android开发之自带阴影效果的shape
生活随笔
收集整理的這篇文章主要介紹了
Android开发之自带阴影效果的shape
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
效果圖:
shape如下:
<?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"><item><shape><cornersandroid:topLeftRadius="10dp"android:topRightRadius="10dp"android:bottomLeftRadius="10dp"android:bottomRightRadius="10dp" /><paddingandroid:bottom="1dp"android:left="1dp"android:right="1dp"android:top="1dp" /><solid android:color="#10eeeeee" /></shape></item><item><shape><cornersandroid:topLeftRadius="10dp"android:topRightRadius="10dp"android:bottomLeftRadius="10dp"android:bottomRightRadius="10dp" /><paddingandroid:bottom="1dp"android:left="1dp"android:right="1dp"android:top="1dp" /><solid android:color="#10eeeeee" /></shape></item><item><shape><cornersandroid:topLeftRadius="10dp"android:topRightRadius="10dp"android:bottomLeftRadius="10dp"android:bottomRightRadius="10dp" /><paddingandroid:bottom="1dp"android:left="1dp"android:right="1dp"android:top="1dp" /><solid android:color="#40eeeeee" /></shape></item><item><shape><cornersandroid:topLeftRadius="10dp"android:topRightRadius="10dp"android:bottomLeftRadius="10dp"android:bottomRightRadius="10dp" /><paddingandroid:bottom="1dp"android:left="1dp"android:right="1dp"android:top="1dp" /><solid android:color="#50eeeeee" /></shape></item><item><shape><cornersandroid:topLeftRadius="10dp"android:topRightRadius="10dp"android:bottomLeftRadius="10dp"android:bottomRightRadius="10dp" /><paddingandroid:bottom="1dp"android:left="1dp"android:right="1dp"android:top="1dp" /><solid android:color="#60eeeeee" /></shape></item><!-- Background --><item><shape><solid android:color="#ffffff" /><corners android:radius="10dp" /></shape></item> </layer-list>將View轉成圖片的方法
/*** 將View轉成Bitmap** @param view View* @return Bitmap*/private Bitmap createViewBitmap(View view) {Bitmap bitmap;int height = 0;int length = rlRoot.getChildCount();for (int i = 0; i < length; i++) {height += rlRoot.getChildAt(i).getHeight();}bitmap = Bitmap.createBitmap(view.getWidth(), height, Bitmap.Config.RGB_565);Canvas canvas = new Canvas(bitmap);view.draw(canvas);return bitmap;}?
總結
以上是生活随笔為你收集整理的Android开发之自带阴影效果的shape的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 安全风险大,马斯克脑机接口人体试验申请被
- 下一篇: 再见5nm!iPhone 15 Pro将