Search code examples
androidxmlandroid-background

why i am not getting android:background option in XML


I am trying to setup a splash screen. When I am adding a background in LinearLayout, the xml is not showing me the android:background option. I have already added the (600 X 400).png image into @drawable/hdpi folder. Please help me out.


Solution

  • It always happens for me. Make sure you already added the image in your drawable folder and then Clean your project. It's all Eclipse's problem.