私のページにはたくさんの が含まれており、layout
それぞれに角を描きたいlayout
ので、試してみます:
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#ffffff"/>
<corners android:radius="5px"/>
<stroke android:width="2dip" android:color="#ababab"/>
<padding android:left="0dp"
android:top="0dp"
android:right="0dp"
android:bottom="0dp" />
</shape>
の色shape
は白ですが、私が欲しいのは a だけで、デフォルトのようにborder
使用background
します。
設定方法は?