我張貼漸變佈局的放射狀代碼。 我可以使用什麼線性佈局? 或在簡單的我需要在我的android應用程序背景中的班輪梯度佈局..沒有使用圖像?Android中的漸變選項?
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<gradient
android:startColor="#93cc1a"
android:endColor="#6C9B06"
android:type="radial"
android:gradientRadius="326"
/>
</shape>
我不太清楚你的要求,但並取出了android:類型和android:gradientRadius的工作? – 2011-04-28 10:11:04
是的,我要求那.. .. – 2011-04-28 10:12:05
請參閱我的博客,我已經給了詳細的解釋那裏是[鏈接](http://sankarganesh-info-exchange.blogspot.com/2011/03/adding-gradient -effects-to-android.html) – 2011-04-28 10:24:25