91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

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

發布時間:2020-08-21 17:35:06 來源:腳本之家 閱讀:400 作者:將進酒-杯莫停 欄目:移動開發

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

實現效果圖:

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

白色圓角圖片

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>

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

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

澄城县| 大田县| 修文县| 宁安市| 荔波县| 香格里拉县| 汉沽区| 安新县| 吉木萨尔县| 昭苏县| 江口县| 新建县| 桓仁| 防城港市| 芜湖县| 贺兰县| 公主岭市| 衡南县| 平定县| 霍邱县| 宜章县| 和硕县| 龙游县| 九龙坡区| 原平市| 余干县| 蓬安县| 札达县| 皮山县| 毕节市| 应城市| 连江县| 阜城县| 曲阳县| 通江县| 上栗县| 青龙| 蓬溪县| 张家港市| 北安市| 茂名市|