mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
aeb38b35c1
--HG-- extra : rebase_source : e32481672ca80b654a51237fe33250217e8cd1c3
20 lines
746 B
XML
20 lines
746 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<resources>
|
|
|
|
<!--
|
|
Base application theme. This could be overridden by GeckoBaseTheme
|
|
in other res/values-XXX/themes.xml.
|
|
-->
|
|
<style name="GeckoBase" parent="@android:style/Theme.Holo.Light">
|
|
<item name="android:windowContentOverlay">@null</item>
|
|
<item name="android:windowActionBar">false</item>
|
|
<item name="android:windowNoTitle">true</item>
|
|
<item name="doorhangerWidth">@dimen/doorhanger_width</item>
|
|
</style>
|
|
|
|
</resources>
|