<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#FFFFFF"/>
<stroke android:width="3dip" android:color="#B1BCBE" />
<corners android:radius="10dip"/>
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />
</shape>
<주의>
radius topLeft, topRight, bottomLeft, bottomRight 따로 조절할때 에뮬에서는 제대로 안보임
--> 실제 디바이스에서 봐야함
'android tech.' 카테고리의 다른 글
bitmap을 png 또는 jpg 파일로 저장 (0) | 2014.05.02 |
---|---|
파일다운로드 및 저장 (0) | 2014.05.02 |
레이아웃에서 include 사용시 주의 사항 (0) | 2014.05.02 |
string[] to ArrayList<string> (0) | 2014.04.30 |
ArrayList sort (0) | 2014.04.29 |