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

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

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

瀏覽:249日期: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里面的參數

主站蜘蛛池模板: 巢湖市| 克什克腾旗| 邢台县| 永平县| 湛江市| 米泉市| 沈阳市| 栖霞市| 唐河县| 雷州市| 白山市| 如皋市| 叙永县| 五台县| 雷山县| 华安县| 沐川县| 东阿县| 航空| 清徐县| 施甸县| 县级市| 辉县市| 商河县| 尼玛县| 大名县| 澳门| 天峻县| 昂仁县| 屏东县| 黄陵县| 乃东县| 南平市| 庆元县| 太仓市| 陇西县| 崇礼县| 嘉善县| 萨迦县| 中阳县| 苏州市|