shapeDrawable
摘要:
<?xml version="1.0" encoding="utf-8"?><!-- 注释是相对上行而写的。 --><shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > <!-- 设置其为四边形 --> <corners android:radius="7dp" > </corners> &l 阅读全文
posted @ 2013-04-12 16:28 贱男淫 阅读(107) 评论(0) 推荐(0) 编辑