Made xml markup for the item.xml background, which will be a list item. Here is the code:
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > <corners android:radius="100dp" /> <gradient android:angle="45" android:startColor="#fff" android:endColor="#fff" android:type="linear" /> <padding android:left="0dp" android:top="0dp" android:right="0dp" android:bottom="0dp" /> </shape> How to make the picture now so that there is an internal glow 