Skip to content

Commit

Permalink
Bug 1042657 - Fix FloatingHintEditText when invoked from GeckoPrefere…
Browse files Browse the repository at this point in the history
…nces. r=margaret
  • Loading branch information
Richard Newman committed Jul 29, 2014
1 parent c84078a commit 5ae340b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mobile/android/base/resources/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@
<item name="floatingHintEditTextStyle">@style/FloatingHintEditText</item>
</style>

<style name="Gecko.Preferences" parent="GeckoPreferencesBase"/>
<style name="Gecko.Preferences" parent="GeckoPreferencesBase">
<item name="floatingHintEditTextStyle">@style/FloatingHintEditText</item>
</style>

</resources>

0 comments on commit 5ae340b

Please sign in to comment.