ฉันกำลังพยายามใช้การไล่ระดับสีเชิงเส้นกับ ListView ของฉัน นี่คือเนื้อหาของ xml ที่วาดได้ของฉัน:
<?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>
ดังนั้นฉันจึงใช้กับ ListView ของฉันด้วย:
android:background="@drawable/shape_background_grey"
ใช้งานได้ แต่ดูเหมือน "มีแถบ" บนโปรแกรมจำลองและในอุปกรณ์จริงด้วย
มีวิธีใดบ้างที่จะลด "พฤติกรรม" นี้?