gecko-dev/mobile/android/base/resources/values-large-v11/themes.xml
Margaret Leibovic 33a05e6bb6 Bug 751205 - (Part 4) Rename resources to be more generic for arrow popups. r=sriram
--HG--
rename : mobile/android/base/resources/drawable-hdpi/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-hdpi/arrow_popup_bg.9.png
rename : mobile/android/base/resources/drawable-large-hdpi-v11/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-large-hdpi-v11/arrow_popup_bg.9.png
rename : mobile/android/base/resources/drawable-large-mdpi-v11/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-large-mdpi-v11/arrow_popup_bg.9.png
rename : mobile/android/base/resources/drawable-large-xhdpi-v11/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-large-xhdpi-v11/arrow_popup_bg.9.png
rename : mobile/android/base/resources/drawable-mdpi/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-mdpi/arrow_popup_bg.9.png
rename : mobile/android/base/resources/drawable-xhdpi/doorhanger_popup_bg.9.png => mobile/android/base/resources/drawable-xhdpi/arrow_popup_bg.9.png
2013-06-20 08:06:15 -07:00

20 lines
747 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="arrowPopupWidth">@dimen/arrow_popup_width</item>
</style>
</resources>