diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2018-11-29 17:33:06 -0800 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2018-11-29 17:33:06 -0800 |
commit | d11c81aff574ed7280bfdb7869584f04c4e9ed3c (patch) | |
tree | bb01a0aac80e026607e07c5f550c5fc0eea52f71 /support/android | |
parent | 731b7c472c11f485e290523a5d147396188b18d5 (diff) | |
download | servo-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.xml | 1 |
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> |