ListView'uma doğrusal bir gradyan uygulamaya çalışıyorum. Bu benim çekilebilir xml'imin içeriği:
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#3A3C39"
android:endColor="#181818"
android:angle="270"
/>
<corners android:radius="0dp" />
</shape>
Bu yüzden onu ListView'uma şu şekilde uygularım:
android:background="@drawable/shape_background_grey"
Çalışıyor ama emülatörde ve gerçek bir cihazda çok "bantlı" görünüyor.
Bu "davranışı" azaltmanın bir yolu var mı?