4.18

组件自定义
• 所花时间:5
• 代码行数:107
• 博客容量:1
• 代码如下:

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <padding android:top="2dp" android:right="2dp" android:left="2dp" android:bottom="2dp"/>
    <corners android:radius="15dp"/>
    <solid android:color="#7D450B"/>
</shape>
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <padding android:top="2dp" android:right="2dp" android:left="2dp" android:bottom="2dp"/>
    <corners android:radius="15dp"/>
    <solid android:color="#FA8B17"/>
</shape>
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <padding android:top="2dp" android:right="2dp" android:left="2dp" android:bottom="2dp"/>
    <corners android:radius="15dp"/>
    <solid android:color="#555555"/>
</shape>

posted @ 2024-04-18 18:21  aallofitisst  阅读(7)  评论(0)    收藏  举报