зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
7b524a632f
Коммит
4baf9f0767
|
@ -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>
|
Загрузка…
Ссылка в новой задаче