728x90
반응형
코드
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="90"
android:type="linear"
android:endColor="#99D436"
android:startColor="#3DDEED"/>
</shape>
728x90
반응형
'Android' 카테고리의 다른 글
Android NavigationView inflate Error 네비게이션 에러 (0) | 2019.10.18 |
---|---|
Android 리스트뷰 키보드 올라올때 화면 (0) | 2019.10.15 |
Android 웹 연결 안될때 (0) | 2019.09.26 |
Android 현재 시간 구하기 (0) | 2019.09.25 |
Android 클릭 효과 넣기 (0) | 2019.09.04 |