たとえば、次のコードがあります。
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:width="1dip"
android:color="#000000"/>
</shape>
の値を変更するにはどうすればよいandroid:color
ですか?
ありがとう