一、介紹
1. 官網:https://plugins.jetbrains.com/
2. NoCodeShape套件:https://plugins.jetbrains.com/plugin/13325-nocodeshape
3. 說明:此套件是一個可以簡單生成 Android 的 shape之xml的插件,不需要任何編碼就能產生。
二、安裝方法:
1. 工具列→File→Settings
2. Plugins → 上列的 Marketplace 輸入 NoCodeShape 按下 Install 安裝
三、創建shape之xml檔案方法:
1. drawable資料夾 → 按滑鼠右鍵 → 新增 xml 檔 → 自訂檔案名稱。
4. 產生的語法如下:
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid
android:color="#FF874C" />
<stroke
android:width="2dp"
android:dashWidth="300dp"
android:dashGap="12dp" />
<corners
android:radius="1dp" />
</shape>
沒有留言:
張貼留言
影片的問題請留在影片的留言區裡。
部落格不會另外通知給我,所以很難發現你有留言。