Android Studio 插件,能够快速帮你生成Shape文件,不用再手动去写shape相关的代码,简化操作。
项目介绍相关博客: 一款快速生成Android-shape的插件-NoCodeShape
V1.2.0更新
解决JDK版本的兼容问题(默认由JDK11开发,导致很多低于该版本的IDE无法使用)
V1.1.0更新
1、在界面初始化后对原有数据清空处理
2、对非xml文件进行判断处理
V1.0 功能
1、对于Color属性支持颜色选择器
2、对于数量单位支持下拉选择
V0.1 功能
界面操作生成shape代码,现在支持 Solid、Corners、Stroke、Gradient
Copyright (c) 2019 julis
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.