<?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <!-- This is the line --> <item> <shape> <solid android:color="#EBEEF2" /> </shape> </item> <!-- This is the main color --> <item android:bottom="1dp" android:left="1dp" android:right="1dp"> <shape> <solid android:color="#F8F8F8"/> </shape> </item> </layer-list>
android 控件有选择的画边框
最新推荐文章于 2024-05-10 10:24:09 发布