drawable 폴더
New
Drawable Resource File
corners 모서리 굴곡
solid 배경
padding 내용물 padding 설정
stroke 테두리 선 설정
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > <corners android:radius="14dp" /> <solid android:color="#FFFFFF" /> <padding android:left="0dp" android:top="0dp" android:right="0dp" android:bottom="0dp" /> <stroke android:width="3dp" android:color="#abc" /> </shape> | cs |
728x90
'# App > Android(JAVA)' 카테고리의 다른 글
안드로이드 스튜디오 Please select Android SDK 해결 (0) | 2018.08.03 |
---|---|
안드로이드스튜디오 프로젝트 Gitlab에 올리기 (1) | 2018.08.03 |
안드로이드스튜디오 리스너 정의하는 4가지 방법 (0) | 2018.08.03 |
안드로이드 스튜디오 : 버튼 selector 만들기 (0) | 2018.08.01 |
안드로이드 스튜디오 : 액션바, 타이틀바 없애기 (0) | 2018.07.22 |
안드로이드스튜디오 : 3.1.3 버전에서 렌더링 오류 (0) | 2018.07.22 |
[1] 안드로이드 스튜디오 설치하기 (0) | 2018.07.21 |