Remove titlebar

fixes https://github.com/servo/servo/issues/22318
This commit is contained in:
Manish Goregaokar 2018-11-29 17:33:06 -08:00
parent 731b7c472c
commit d11c81aff5

View file

@ -2,6 +2,7 @@
<!-- Base application theme. -->
<style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar">
<item name="android:windowNoTitle">true</item>
<!-- Customize your theme here. -->
</style>