android: disable titlebar

This commit is contained in:
Green Sky 2024-07-18 12:56:33 +02:00
parent 25b55b3530
commit 66a9271f44
No known key found for this signature in database

View File

@ -3,7 +3,7 @@
<!-- Base application theme. --> <!-- Base application theme. -->
<!-- <style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar"> --> <!-- <style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar"> -->
<!--<style name="AppTheme" parent="android:Theme.AppCompat">--> <!--<style name="AppTheme" parent="android:Theme.AppCompat">-->
<style name="AppTheme" parent="android:Theme"> <style name="AppTheme" parent="android:Theme.NoTitleBar">
<!-- Customize your theme here. --> <!-- Customize your theme here. -->
</style> </style>