boomiop.blogg.se

Change screen theme android studio
Change screen theme android studio












Lets start by again adjusting the AIR SDK by specifying a splash_background resource in the styles.xml resource located at AIRSDK/lib/android/lib/resources/app_entry/res/values/styles.xml: By providing a non resolution specific drawable resource in the AIR SDK and then overriding it with resolution specific versions. Normally this would result in a resource conflict however we can use a small trick here. This is done by setting up a default splash screen drawable resource in your AIR SDK and then overriding this resource with resources packaged in the ANE. This has the advantage of being able to modify the SDK once and then use a custom ANE to specify the splash screen for each of your applications, rather than have to modify the AIR SDK before each build. It is possible to to package your splash screen in a Custom Resources ANE.

change screen theme android studio

When using this method we advise that you add all the different dpi versions of your image to correctly support different screen sizes: Read more here: Resources in ANEs ​














Change screen theme android studio