国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > Android > 正文

Android使用xml自定義圖片實例詳解

2019-10-23 18:27:56
字體:
來源:轉載
供稿:網友

Android使用xml自定義圖片實例詳解

實現效果圖:

Android使用xml自定義圖片,Android,自定義圖片

白色圓角圖片

bg_round_rectangle_white.xml

<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <!-- 填充 --> <solid android:color="#FFFFFF" /> <!-- 圓角 --> <corners  android:radius="2dp"/> <!-- 描邊 --> <stroke  android:width="1dp"  android:color="#D5D5D5"/></shape>

白色圓角虛線框

bg_round_rectangle_white_dash.xml

<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <!-- 填充 --> <solid android:color="#FFFFFF" /> <!-- 圓角 --> <corners  android:radius="2dp"/> <!-- 虛線描邊 --> <stroke  android:width="1dp"  android:color="#DD4041"  android:dashWidth="1dp"  android:dashGap="2dp"/></shape>

紅色圓角圖片

bg_round_rectangle_red.xml

<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <!-- 填充 --> <solid android:color="#F15C5D" /> <!-- 圓角 --> <corners  android:radius="2dp"/> <!-- 描邊 --> <stroke  android:width="1dp"  android:color="#D42D2E"/></shape>

綠色圓角圖片

bg_round_rectangle_green.xml

<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <!-- 填充 --> <solid android:color="#88C14E" /> <!-- 圓角 --> <corners  android:radius="2dp"/> <!-- 描邊 --> <stroke  android:width="1dp"  android:color="#6FA13C"/></shape>

正三角形圖片

triangle_white_arrow_up.xml

<?xml version="1.0" encoding="utf-8"?><rotate xmlns:android="http://schemas.android.com/apk/res/android" android:fromDegrees="45" android:toDegrees="45" android:pivotX="-40%" android:pivotY="80%"> <shape android:shape="rectangle">  <solid android:color="#000000"/> </shape></rotate>

倒立正三角形圖片

triangle_white_arrow_down.xml

<?xml version="1.0" encoding="utf-8"?><rotate xmlns:android="http://schemas.android.com/apk/res/android" android:fromDegrees="45" android:toDegrees="45" android:pivotX="135%" android:pivotY="15%"> <shape android:shape="rectangle">  <solid android:color="#000000"/> </shape></rotate>

感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!


注:相關教程知識閱讀請移步到Android開發頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 安塞县| 安乡县| 郴州市| 隆化县| 富阳市| 嵩明县| 宽城| 渝北区| 九台市| 吉木乃县| 朝阳区| 敦煌市| 万荣县| 金山区| 桃江县| 开阳县| 临漳县| 阿荣旗| 南乐县| 开江县| 朔州市| 武冈市| 海原县| 舟山市| 弥渡县| 集安市| 宝应县| 安徽省| 体育| 连平县| 滁州市| 焉耆| 临夏县| 芜湖县| 邢台市| 长泰县| 安宁市| 仁布县| 历史| 天祝| 鸡泽县|