Bring a couple of styles back from pre-grunt
This commit is contained in:
Родитель
c6c343bcee
Коммит
470c592a63
|
@ -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 '࢔'>
|
||||
<!ENTITY search_jump_arrow '↖'>
|
||||
<!ENTITY search_app_name 'Firefox Search'>
|
||||
<!ENTITY search_header_image_content_description 'Firefox Search Header Image'>
|
||||
|
|
Загрузка…
Ссылка в новой задаче