“Possible overdraw: Root element paints background ”
问题 While running Android Lint on my Project I came across this warning Possible overdraw: Root element paints background @drawable/main with a theme that also paints a background Where inferred theme is @android:style/Theme.NoTitleBar.Fullscreen Can someone explain to me why is this coming and how to remove it ?? My xml: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@drawable