Android create iphone-like Gradient
I need to create black iphone like gradient in my android application. Please view black gradient at the top in the image below. How to do it? Thanks Something like this, perhaps? <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <gradient android:startColor="#FF000000" android:endColor="#FF8E8E8E" android:angle="270"/> </shape> I've posted a blog about an Iphone look an Android: http://www.dibbus.com/2011/06/android-gradient-toolbar/ You can find some examples of gradients and what is possible using xml and/or 9-pacth images. You can create gradients