Is it possible to show the Android ActionBar in Delphi?
By using the theme @android:style/Theme.Material instead of @android:style/Theme.Material.NoActionBar i can see on the top of my app the ActionBar but it’s drawed empty and in the dump view hierarchy i can view that their is a TextView in it with my project name.
How to make my ActionBar showed and drawed correctly ?