Bug 987864 - Move API 13 styles to values-v13 folder. r=wesj

--HG--
rename : mobile/android/base/resources/values-v14/styles.xml => mobile/android/base/resources/values-v13/styles.xml
This commit is contained in:
Brian Nicholson 2014-07-23 21:50:49 -07:00
Родитель 7b524a632f
Коммит 4baf9f0767
2 изменённых файлов: 7 добавлений и 3 удалений

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

@ -80,7 +80,9 @@
<item name="android:background">@drawable/ab_stacked_transparent_light_holo</item>
</style>
<style name="GeckoActionBar.Title" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Title">
<style name="TextAppearance.Widget.ActionBar.Title" parent="@android:style/TextAppearance.Medium"/>
<style name="GeckoActionBar.Title" parent="TextAppearance.Widget.ActionBar.Title">
<item name="android:drawableLeft">@drawable/ab_done</item>
<item name="android:background">@android:color/transparent</item>
<item name="android:paddingLeft">15dp</item>

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

@ -4,10 +4,12 @@
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="GeckoDialogTitle">
<!-- Override this to use a Holo theme on v14+ -->
<!-- Override this to use a Holo theme on v13+ -->
<item name="android:textAppearance">@android:style/TextAppearance.Holo.DialogWindowTitle</item>
</style>
<style name="TextAppearance.Widget.ActionBar.Title" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Title"/>
</resources>