Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Android Studio
- Linux 패키지 관리자
- 챗GPT
- AWS
- Location Permission
- 안드로이드 자동으로 포커싱
- 5회 인증
- 다음으로 이동
- Chat GPT
- 챗지피티
- nextFocusDown
- Execution failed for task ':test'.
- php
- junit
- codeigniter
- 팝업 바깥 레이어
- 여러 개
- docker에서 mysql 실행
- Github 등록
- mac 패키지 관리자
- Android Flavor
- PHP Storm
- XML Opacity
- Github Token
- InvalidTestClassError
- git cannot identify version of git executable
- sourceSet
- MySQL
- TextView 일부분
- git
Archives
- Today
- Total
목록안드로이드 둥근 모형 만들기 (1)
128june
[Android Studio] 둥근 도형 만들기 ( Shape Drawable )
간단하게 상하좌우가 둥근 background 이미지를 만들어보려고 합니다. 코드는 다음과 같습니다. 결과물은 다음과 같습니다. 이 결과물을 background로 적용시켜보면 다음 처럼 활용할 수 있습니다. 먼저 코드 더 자세한 설명은 아래 주소에 있습니다! 출처 - https://overoid.tistory.com/30 Android - Shape Drawable 안드로이드(Android)에는 Shape Drawable이라는 것이 있습니다. XML로 쉽게 Drawable 객체를 생성하는 것인데, 배경이미지를 만들 때 사용하면 편리합니다. 실제 비트맵을 사용하지 않아도 되므로 apk의 용 overoid.tistory.com
Android Studio
2020. 7. 29. 15:11