Bring a couple of styles back from pre-grunt

This commit is contained in:
Eric Edens 2014-06-26 17:01:40 -07:00
Родитель c6c343bcee
Коммит 470c592a63
3 изменённых файлов: 15 добавлений и 1 удалений

Просмотреть файл

@ -0,0 +1,13 @@
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="@android:style/Theme.Holo.Light.NoActionBar"/>
<style name="BorderLessButton">
<item name="android:background">?android:attr/selectableItemBackground</item>
</style>
</resources>

Просмотреть файл

@ -1,6 +1,7 @@
<activity
android:name="org.mozilla.search.MainActivity"
android:label="@string/search_app_name"
android:theme="@style/AppTheme"
android:screenOrientation="portrait">
<!-- Add this to activity declaration to hide keyboard on launch -->

Просмотреть файл

@ -2,6 +2,6 @@
- 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/. -->
<!ENTITY search_jump_arrow '&#2196;'>
<!ENTITY search_jump_arrow '&#8598;'>
<!ENTITY search_app_name 'Firefox Search'>
<!ENTITY search_header_image_content_description 'Firefox Search Header Image'>