1

I have a list activity...

 <?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient 
    android:startColor="#fafafa"
    android:centerColor="#e1ebeb"
    android:endColor="#fafafa"
    android:angle="180"
     />

This is the gradient what I need for every row. But there is no selector....How to get selector ? How to make this color transparent ? Thanks...

Jim
  • 8,874
  • 16
  • 68
  • 125

0 Answers0