How to set CSS gradient for Android? This is all not working (
background-image: -webkit-linear-gradient(top, rgba(177, 184, 200, 0.3) 50%, rgba(177, 184, 200, 0.55) 50%); background-image: linear-gradient(top, rgba(177, 184, 200, 0.3) 50%, rgba(177, 184, 200, 0.55) 50%); background-image: -moz-linear-gradient(top, rgba(177, 184, 200, 0.3) 50%, rgba(177, 184, 200, 0.55) 50%); background-image: -o-linear-gradient(top, rgba(177, 184, 200, 0.3) 50%, rgba(177, 184, 200, 0.55) 50%);