Android中shape的使用_百度经验
2014年3月10日 - Android中shape的使用,在看很多开源代码中都使用到了hae,我看代码的时候一般都一带而过了,没有仔细去研究,这几天刚好有空就顺带详细了解一下,在学习的过程中...
Android基础:shape的基本用法 - demoblog - 博客园
2012年10月31日 - Android基础:shape的基本用法 <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" > <!-- ...
android中shape的使用详解 - 开源中国社区
2014年10月9日 - <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" > <!-- 圆角 --> <corners android:ra...