Reverse seekbar (Right to left) colour
问题 I've been trying to implement a seek bar similar to the ones you use to accept or decline a call. For call accept I set sbLeft.setProgress(0) and for call decline I set sbRight.setProgress(15), with setMax=15 bot both seek bars. This gives me half of the desired result. The problem I face is with the colours. As I drag the left seekbar to accept a call I need a green colour that covers the dragged part. For that I use the following code (giving me the desired result): <layer-list xmlns