0
我有一個textview。我想通過漸變來改變文字的顏色,但它不起作用textcolor的顏色漸變
<shape android:shape="rectangle" >
<gradient
android:angle="90"
android:startColor="#eabd00"
android:centerColor="#fef1b2"
android:endColor="#f9e273"
android:type="linear" />
</shape>
有人能幫助我嗎?謝謝大家。