Brian Michael Active Member Licensed User Longtime User Jan 4, 2021 #1 Hello, I would like to know how I can change the colors of the views that are loaded in a layout that is shown in a TabView, how can I access those views from the code?
Hello, I would like to know how I can change the colors of the views that are loaded in a layout that is shown in a TabView, how can I access those views from the code?
Erel B4X founder Staff member Licensed User Longtime User Jan 5, 2021 #2 Do you mean TabHost? Don't use it. Use TabStripViewPager instead. You don't need to do anything special in both cases. Add global variables for the views and access them directly. Upvote 0
Do you mean TabHost? Don't use it. Use TabStripViewPager instead. You don't need to do anything special in both cases. Add global variables for the views and access them directly.
Brian Michael Active Member Licensed User Longtime User Jan 5, 2021 #3 Thanks @Erel its works! Upvote 0