国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術文章
文章詳情頁

android-studio - Android 邊框陰影XML怎么實現,或者說怎么實現

瀏覽:213日期:2024-08-31 16:33:46

問題描述

Android 背景怎么實現內部陰影邊框

android-studio - Android 邊框陰影XML怎么實現,或者說怎么實現

或者這樣的陰影

問題解答

回答1:

在drawable文件夾下建立一個shadow.xml文件,內容如下:

<?xml version='1.0' encoding='utf-8'?><layer-list xmlns:android='http://schemas.android.com/apk/res/android'> <!-- 陰影部分 --> <!-- 個人覺得更形象的表達:top代表下邊的陰影高度,left代表右邊的陰影寬度。其實也就是相對應的offset,solid中的顏色是陰影的顏色,也可以設置角度等等 --> <itemandroid:left='2dp'android:top='2dp'><shape android:shape='rectangle'> <gradientandroid:angle='270'android:endColor='#0F000000'android:startColor='#0F000000'/> <cornersandroid:bottomLeftRadius='6dip'android:bottomRightRadius='6dip'android:topLeftRadius='6dip'android:topRightRadius='6dip'/></shape> </item> <!-- 背景部分 --> <!-- 形象的表達:bottom代表背景部分在上邊緣超出陰影的高度,right代表背景部分在左邊超出陰影的寬度(相對應的offset) --> <itemandroid:bottom='3dp'android:right='3dp'><shape android:shape='rectangle'> <gradientandroid:angle='270'android:endColor='#FFFFFF'android:startColor='#FFFFFF'/> <cornersandroid:bottomLeftRadius='6dip'android:bottomRightRadius='6dip'android:topLeftRadius='6dip'android:topRightRadius='6dip'/></shape> </item></layer-list>

在你的button里面,設置背景如下:

<Buttonandroid: android:layout_width='wrap_content'android:layout_height='wrap_content'android:background='@drawable/shadow'android:text='登錄'android:textSize='20dp'/>

具體效果可以自己調整shadow.xml里面的參數

主站蜘蛛池模板: 洛阳市| 寿阳县| 富锦市| 霍邱县| 梅河口市| 古浪县| 长子县| 九龙城区| 黔南| 木里| 湾仔区| 靖边县| 塔河县| 出国| 延长县| 河北区| 铜山县| 天台县| 虞城县| 平远县| 石城县| 冷水江市| 蓬莱市| 奉节县| 石城县| 右玉县| 福泉市| 炎陵县| 常熟市| 确山县| 海口市| 福建省| 高陵县| 松原市| 靖宇县| 阜阳市| 牟定县| 合山市| 南岸区| 海丰县| 会同县|