背景をグラデーションにする

2011年2月15日

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
  android:shape="rectangle">
  <gradient
    android:startColor="#FFFFFFFF"
    android:endColor="#FFa9a9a9"
    android:angle="270" />
</shape>

AndroidAndroid

Posted by GENDOSU