2012-03-05から1日間の記事一覧

丸みをかけた EditText

EditText を丸みをかけた表示にするには、 res/drawable に、shape を指定した editframe.xml を用意する。 <shape xmlns:android="http://schemas.android.com/apk/res/android" > <stroke android:width="5dp" android:color="#000000"/> </stroke></shape>