7
Android: Sử dụng gradient tuyến tính làm nền trông như dải
Tôi đang cố gắng áp dụng một gradient tuyến tính cho ListView của mình. Đây là nội dung của xml có thể vẽ của tô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> Vì vậy, tôi áp dụng nó vào ListView của mình với: …