728x90
반응형
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<!-- android:centerColor="#D6D6D6" -->
<gradient
android:startColor="#7B00BCD4"
android:type="linear"
android:endColor="#03A9F4"
android:angle="90"/>
<corners
android:radius="0dp"/>
</shape>
728x90
반응형
'- Kotlin' 카테고리의 다른 글
Android Kotlin 기초 lifecycle (0) | 2022.09.23 |
---|---|
Android Kotlin 기초 (0) | 2022.09.23 |