Set an image as a background in an android application -


this question has answer here:

how set image background whole activities in android application? ( know how set each activity. want know there way write 1 line of code can affect activities?)

you can this:

<style name="apptheme" parent="theme.appcompat.noactionbar">     <!-- customize theme here. -->     <item name="android:windowbackground">@drawable/picture_name</item> </style> 

Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -