B4A Question Problem: Only fullscreen opaque activities can request orientation - vecino (first post)    Nov 23, 2021 Hello, I have found the cause of the problem.
Now I would like to find the solution.
I have a couple of activities that occupy only a central part of the screen, so the rest is transparent to be seen behind the main screen.
What alternative can I use?
Thank you.
SetActivityAttribute(acDatosSMB, B4A Question Dont display activity screen at all - no layout - Joanna (first post)    Aug 05, 2021   (2 reactions) Have you tried adding this to manifest: SetActivityAttribute(main, android:theme, @android:style/Theme.Translucent.NoTitleBar) and add to main: Activity.Color = Colors.Transparent JoAnna B4A Library Unity Ads Library - Pendrush    Oct 14, 2022   (23 reactions) android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:hardwareAccelerated="false" /> B4A Question Replace initial blank activity with Splash Screen - Mashiane (first post)    Apr 22, 2018   (1 reaction) Edit the manifest and include.. SetActivityAttribute(main, android:theme, @android:style/Theme.Translucent.NoTitleBar) Here is a splash screen example with this... https://www.b4x.-splash-screen.71517/#content B4A Question Speeding up LoadLayout - Mashiane (first post)    May 21, 2018 For the blank screen, add this to your manifest.. SetActivityAttribute(main, android:theme, @android:style/Theme.Translucent.NoTitleBar) There is code here to have a splash screen load before your main activity loads, perhaps that could help you out. Good luck. B4A Question My App rejected from Google by background use - Paolo Pini    Feb 09, 2021 This my Manifest: AddManifestText( <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="26"/> <supports-screens android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:anyDensity="true"/>) AddManifestText(<uses-feature android:name="android B4A Library AdManager Library - Pendrush    Feb 22, 2021   (10 reactions) Add this in manifest (replace ca-app-pub-3940256099942544~3347511713 with your APP ID): AddApplicationText( <meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-3940256099942544~3347511713"/> <meta-data android:name="com.google.android.gms.ads.A B4A Tutorial AdMob Mediation (with InMobi) - Ferdari (first post)    Mar 15, 2019   (1 reaction) android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen" android:hardwareAccelerated="false" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" /> B4A Question [no longer neccessary ] How to read manifest settings at runtime? - fredo    Jul 18, 2021 ads.adunit.AdUnitTransparentActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/> <activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:hardw B4A Library Facebook - Extends FirebaseAuth to support Facebook - Erel    Nov 07, 2022   (25 reactions) Add the following snippet to the manifest editor and make sure to update facebook_app_id and the client token (https://developers.facebook.com/docs/facebook-login/guides/access-tokens#clienttokens): '************ Facebook Login **************** CreateResource(values, facebook.xml, <resources> < Page: 1   2   3   4   5   6   7   Powered by ColBERT |