티스토리 뷰
안드로이드의 레이아웃에 둥근 테두리를 지정하는 등 활용할 수 있습니다
round_border.xml
<?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>
round_border.xml 파일을 위와 같이 입력한 후에 res/drawable에 저장합니다
그 후 둥근 테두리를 적용하기 원하는 위치에서
android:backgroun="@drawable/round_border"
속성으로 추가하여 이용하면 적용된 모습을 볼 수 있습니다
'Android' 카테고리의 다른 글
[Android] 강제종료, 어플을 강제로 종료시키기 (0) | 2019.05.05 |
---|---|
[Android] CalendarView의 날짜 선택 Listener (1) | 2019.05.05 |
[Android] RecyclerView 스와이프를 이용한 삭제 (0) | 2019.05.05 |
[Android] RecyclerView 리스트에 여백 추가 (0) | 2019.05.05 |
[Android] Manifest merger failed : Attribute application@appComponentFactory (3) | 2019.05.04 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- java
- 안드로이드 레이아웃
- Firebase
- android
- intent
- activity
- RecyclerView padding
- 뒤로가기
- androidx
- RecyclerView 여백
- 에그타이머
- 안드로이드 스튜디오
- 파이어스토어
- recyclrView
- 액티비티
- wrap_content
- eggtimer
- 파이어베이스
- 안드로이드 여백
- 스튜디오
- calendarView
- round border
- RecyclerView Swipe
- 안드로이드
- Android Studio
- firestore
- layout
- Alfred
- 레이아웃
- 프래그먼트
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함