tariqyounis Member Licensed User Longtime User Oct 5, 2024 #1 Hell; I have this line of code in the manifest: SetApplicationAttribute(android:theme,"@style/AppTheme") and I am using it for AXrLottie, but it is showing the titlepage. Is there a way to hide the title of the page. Regards;
Hell; I have this line of code in the manifest: SetApplicationAttribute(android:theme,"@style/AppTheme") and I am using it for AXrLottie, but it is showing the titlepage. Is there a way to hide the title of the page. Regards;
Erel B4X founder Staff member Licensed User Longtime User Oct 6, 2024 #2 The style is set in a xml file named AppTheme. You should set its parent style to be a style without action bar. Upvote 0
The style is set in a xml file named AppTheme. You should set its parent style to be a style without action bar.