모바일/Android

shape 흑백 그라디언트

늘근이 2017. 3. 7. 00:14
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#00000000"
android:endColor="#000000"
android:angle="270"
android:dither="true"
/>
</shape>


'모바일 > Android' 카테고리의 다른 글

안드로이드 스칼라 이용 (2017.4)  (0) 2017.04.02
인앱결제 3 완전 심플  (0) 2017.04.01
Opacity - Android 별  (0) 2017.02.28
spika 이용시, Cannot find module init 의경우  (0) 2017.02.18
안드로이드 툴즈  (0) 2017.02.14