problem about radial-gradients-Collection of common programming errors
shaylh
android android-xml radial-gradients shapedrawable
I’m trying to create a shape drawable with radial gradient background, with radius that will adjust to the screen size (take a look at the relevant documentation).This is my code:<?xml version=”1.0″ encoding=”utf-8″?> <shape xmlns:android=”http://schemas.android.com/apk/res/android”android:shape=”rectangle” ><gradientandroid:endColor=”#000″android:gradientRadius=”50%p”android:startColor=”#5d2456″android:type=”radial” /> </shape>But it doens’t seem to work. if I remove the
Web site is in building