-1
這裏是我的xml:這就是所謂的border_blue.xml設置背景的繪製編程
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke android:width="4dp" android:color="@color/light_blue" />
<solid android:color="@color/light_blue" />
<padding android:left="7dp" android:top="7dp"
android:right="7dp" android:bottom="7dp" />
<corners android:radius="4dp" />
</shape>
我要將此作爲背景,以我的看法編程。我怎樣才能做到這一點?