Home | History | Annotate | Download | only in values

Lines Matching full:style

18     <style name="TextAppearance" />
20 <style name="TextAppearance.Medium">
23 </style>
25 <style name="TextAppearance.Small">
28 </style>
32 <style name="Theme" parent="@android:style/Theme.Holo.Light">
33 <item name="android:actionOverflowButtonStyle">@style/DarkerOverflow</item>
34 </style>
36 <style name="DarkerOverflow" parent="@android:style/Widget.Holo.Light.ActionButton.Overflow">
38 </style>