aboutsummaryrefslogtreecommitdiffstats
path: root/support/android
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2018-11-29 17:33:06 -0800
committerManish Goregaokar <manishsmail@gmail.com>2018-11-29 17:33:06 -0800
commitd11c81aff574ed7280bfdb7869584f04c4e9ed3c (patch)
treebb01a0aac80e026607e07c5f550c5fc0eea52f71 /support/android
parent731b7c472c11f485e290523a5d147396188b18d5 (diff)
downloadservo-d11c81aff574ed7280bfdb7869584f04c4e9ed3c.tar.gz
servo-d11c81aff574ed7280bfdb7869584f04c4e9ed3c.zip
Remove titlebar
fixes https://github.com/servo/servo/issues/22318
Diffstat (limited to 'support/android')
-rw-r--r--support/android/apk/servoapp/src/main/res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/android/apk/servoapp/src/main/res/values/styles.xml b/support/android/apk/servoapp/src/main/res/values/styles.xml
index ff6c9d2c0fb..715515cdac2 100644
--- a/support/android/apk/servoapp/src/main/res/values/styles.xml
+++ b/support/android/apk/servoapp/src/main/res/values/styles.xml
@@ -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>