bernardR Member Licensed User Longtime User Oct 13, 2020 #1 Hello, I search to read on runtime the Activity Attributes 'IncludeTitle'. Is it possible ? I found how to read on runtime Activity Attributes 'FullScreen'. Thanks
Hello, I search to read on runtime the Activity Attributes 'IncludeTitle'. Is it possible ? I found how to read on runtime Activity Attributes 'FullScreen'. Thanks
Erel B4X founder Staff member Licensed User Longtime User Oct 13, 2020 #2 B4X: Sub ActionBarIncluded As Boolean Dim jo As JavaObject jo.InitializeContext Return jo.RunMethodJO("getActionBar", Null).IsInitialized End Sub Might not work on Android 4- devices. Upvote 0
B4X: Sub ActionBarIncluded As Boolean Dim jo As JavaObject jo.InitializeContext Return jo.RunMethodJO("getActionBar", Null).IsInitialized End Sub Might not work on Android 4- devices.
bernardR Member Licensed User Longtime User Oct 13, 2020 #3 Thank you very very much. I didn't know that ActionBar referred to the titlebar. It works on my kitkat tablett. Upvote 0
Thank you very very much. I didn't know that ActionBar referred to the titlebar. It works on my kitkat tablett.