J Juan Perz Member Mar 6, 2022 #1 Hi. In this thread it is said how to put a dark theme, but it only works in the B4XMainPage. https://www.b4x.com/android/forum/threads/dark-theme-base-color.82030/#footer How can it be put on all pages (B4XMainPage, B4XPage1, B4XPage2, etc)?
Hi. In this thread it is said how to put a dark theme, but it only works in the B4XMainPage. https://www.b4x.com/android/forum/threads/dark-theme-base-color.82030/#footer How can it be put on all pages (B4XMainPage, B4XPage1, B4XPage2, etc)?
Erel B4X founder Staff member Licensed User Longtime User Mar 7, 2022 #2 Try this: B4X: B4XPages.GetNativeParent(Me).Stylesheets.Add(File.GetUri(File.DirAssets, "dark.css")) In each of the pages. Upvote 0
Try this: B4X: B4XPages.GetNativeParent(Me).Stylesheets.Add(File.GetUri(File.DirAssets, "dark.css")) In each of the pages.