I am using textview.setShadowLayer(60,0,0, 0xFF303030);
inside the custom adapter of my list view. My application is running properly in all the other phones at than 4.4.2 version.
At first I was unable to find what was the real cause of the problem. Then I noticed that whenever I am commenting the above line, my application is running fine in 4.4.2.
Please help me to find a solution to use the above code in all the versions or suggest any alternative for the above code.