Home | History | Annotate | Download | only in values

Lines Matching full:style

19     <style name="Whatever">
36 </style>
38 <style name="TextViewWithoutColorAndAppearance">
40 </style>
42 <style name="TextViewWithColorButWithOutAppearance">
44 </style>
46 <style name="TextViewWithColorAndAppearance">
48 <item name="android:textAppearance">@style/TextAppearance.WithColor</item>
49 </style>
51 <style name="TextViewWithoutColorButWithAppearance">
52 <item name="android:textAppearance">@style/TextAppearance.WithColor</item>
53 </style>
55 <style name="TextAppearance" parent="android:TextAppearance">
56 </style>
58 <style name="TextAppearance.WithColor">
60 </style>
62 <style name="TextAppearance.All">
69 </style>
71 <style name="TextAppearance.Colors">
76 </style>
78 <style name="TextAppearance.NotColors">
82 </style>
84 <style name="TextAppearance.Style">
86 </style>
88 <style name="TestEnum1">
90 </style>
92 <style name="TestEnum2">
94 </style>
96 <style name="TestEnum10">
98 </style>
100 <style name="TestFlag1">
102 </style>
104 <style name="TestFlag2">
106 </style>
108 <style name="TestFlag31">
110 </style>
112 <style name="TestFlag1And2">
114 </style>
116 <style name="TestFlag1And2And31">
118 </style>
120 <style name="TestEnum1.EmptyInherit" />
122 <style name="Theme_AlertDialog">
124 </style>
126 <style name="TestProgressBar">
133 </style>
135 <style name="Test_Theme">
139 </style>