Home | History | Annotate | Download | only in values

Lines Matching full:style

17 <!-- This file contains resource definitions for style.  A style is
19 we are using a style to define a common set of XML attributes that
23 <style name="ActionButton">
26 <item name="android:textAppearance">@style/TextAppearance.ActionButton</item>
27 </style>
29 <style name="TextAppearance" parent="android:TextAppearance">
30 </style>
32 <style name="TextAppearance.ActionButton">
34 </style>