B4A Tutorial Changing the theme at runtime - Erel    Jan 25, 2019   (19 reactions)   tags: B4A Themes, UI Using the hooks feature it is possible to change the Activity theme at runtime.
The theme is set before the activity is actually shown. This means that in order to change the theme we need to... B4A Tutorial Theme based on version Tutorial - barx    Mar 24, 2013   (17 reactions)   tags: Project S What is this?
As the title suggests, this tutorial shows you how to select an android theme based... based themes when available.
The problem
We want to create a transparent activity in our app but we... B4A Tutorial [B4X] [B4XPages] Menu badges - Erel    Aug 10, 2021   (18 reactions) 117646 This is a B4i + B4A example. It adds a dynamic badge to the menu icon. It also shows how to update menu items at runtime. Don't miss: 1. B4A - theme settings in manifest editor. 2. B4i - theme settings in main module. Both are not really needed for this example but are useful.... B4A Tutorial Create online theme - omidaghakhani1368    May 30, 2015   (12 reactions) Hi,
I found a site that create style and theme for your app.
You can select color and views and android sdk and other
It return res folder for you that can use in your app.
For use theme in your... B4A Tutorial Make your app compatible with Android 5.0 devices - Erel    Oct 2, 2016   (5 reactions) theme).
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")
Without this line the new material theme will be used. The material theme (at least currently) has some issues... B4A Tutorial [B4X] [B4XPages] BCTextEngine parser: B4X Code Highlighter - Erel    Sep 5, 2019   (22 reactions) with the dark theme due to the antialiasing method used and the small text. It does look good with the dark theme in B4A and B4i. The class is included in the B4A example. It is an example. It doesn't... B4A Example IDE Theme: Night Owl - Lucas Siqueira (first post)    Aug 1, 2020   (3 reactions) Dracula theme for ide code
https://www.b4x.com/android/forum/threads/dracula-theme-for-ide-code.120811/
97963... B4A Tutorial Immersive Mode with Notch area support - Brandsum    Dec 21, 2018   (9 reactions) :theme, "@style/CustomTheme") CreateResource(values, theme.xml, <resources> <style name="CustomTheme" parent="@android:style/Theme.Holo.Light">... B4A Example [B4X]How to Implement Lottie in B4XPages (AXrLottie B4A, iLotttie B4i and B4J) - mcqueccu    Feb 16, 2025   (15 reactions) Theme in Manifest SetApplicationAttribute(android:theme,"@style/AppTheme") CreateResource(values,styles.xml, <resources> <style name="AppTheme" parent="Theme... B4A Example [B4X] AS Onboarding - Dark and Light mode switch - Alexander Stolte    Jul 15, 2024   (4 reactions) I show how you can easily change the theme e.g. from a dark theme to a light one and how to do other cosmetic things. HaUjPOgb0Oo It's easy: AS_Onboarding1.Theme = AS_Onboarding1.Theme_Light AS_Onboarding1.Theme = AS_Onboarding1.Theme_Dark There is a "ThemeChanging" event, this event is triggered after the theme is changed, but where it is not yet displayed to the user, so an event... AS_Onboarding1_ThemeChanging For Each Page As AS_OnboardingPage In AS_Onboarding1.Pages 'Each page For Each... Page: 1   2   3   4   5   6   7   |