S ST500 Active Member Licensed User Sep 2, 2018 #1 Hi, is it not possible to combine StdActionBar with Activity.LoadLayout? All examples here im forum are without the option to load layout, that was created with the designer, e.g. main layout. Thanks a lot for your help.
Hi, is it not possible to combine StdActionBar with Activity.LoadLayout? All examples here im forum are without the option to load layout, that was created with the designer, e.g. main layout. Thanks a lot for your help.
Erel B4X founder Staff member Licensed User Longtime User Sep 3, 2018 #2 There is no relation between the two and they can be used together. I don't recommend you to use StdActionBar. Use AppCompat instead. Upvote 0
There is no relation between the two and they can be used together. I don't recommend you to use StdActionBar. Use AppCompat instead.
S ST500 Active Member Licensed User Sep 3, 2018 #3 Thanks a lot for your answer Erel. Can I use only the Toolbar in AppCompat, or have I the ActionBar to use too? Upvote 0
Thanks a lot for your answer Erel. Can I use only the Toolbar in AppCompat, or have I the ActionBar to use too?
Erel B4X founder Staff member Licensed User Longtime User Sep 3, 2018 #4 Check these examples: AppCompat with ToolBar - minimal example It uses ToolBar. Upvote 0