1.
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="ring"
android:innerRadiusRatio="3"
android:useLevel="false">
<solid android:color="#ff0"/>
</shape>
2. 그라디엔트 링
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="ring"
android:innerRadiusRatio="3"
android:useLevel="false">
<gradient android:type="sweep" android:centerX="1" android:centerY="1"
android:startColor="#dfa"
android:endColor="#19f" android:centerColor="#fff"/>
</shape>
'App > Android' 카테고리의 다른 글
안드로이드 코딩 예제: 사진 첨부시 의 상황들 해결법 (0) | 2021.06.07 |
---|---|
안드로이드 코딩 예제: 어플 아이콘 바꾸는법 (0) | 2021.06.07 |
전화 (0) | 2021.04.02 |
안드로이드스튜디오: LG 핸드폰 연결 / USB driver 설치 방법 (0) | 2021.03.26 |
안드로이드 에러 원인 분석 1 (0) | 2020.11.06 |
댓글