@@ -241,6 +241,7 @@ please see themes_device_defaults.xml.
241241 <item name =" absListViewStyle" >@android:style/Widget.AbsListView</item >
242242 <item name =" autoCompleteTextViewStyle" >@android:style/Widget.AutoCompleteTextView</item >
243243 <item name =" checkboxStyle" >@android:style/Widget.CompoundButton.CheckBox</item >
244+ <item name =" checkedTextViewStyle" >@android:style/Widget.CheckedTextView</item >
244245 <item name =" dropDownListViewStyle" >@android:style/Widget.ListView.DropDown</item >
245246 <item name =" editTextStyle" >@android:style/Widget.EditText</item >
246247 <item name =" expandableListViewStyle" >@android:style/Widget.ExpandableListView</item >
@@ -876,12 +877,12 @@ please see themes_device_defaults.xml.
876877 <p>This is the default system theme for apps that target API level 11 - 13. Starting
877878 with API level 14, the default system theme is supplied by {@link #Theme_DeviceDefault},
878879 which might apply a different style on different devices. If you want to ensure that your
879- app consistenly uses the Holo theme at all times, you must explicitly declare it in your
880+ app consistently uses the Holo theme at all times, you must explicitly declare it in your
880881 manifest. For example, {@code <application android:theme="@android:style/Theme.Holo">}.
881882 For more information, read <a
882883 href="http://android-developers.blogspot.com/2012/01/holo-everywhere.html">Holo
883884 Everywhere</a>.</p>
884- <p>The widgets in the holographic theme are translucent on their brackground , so
885+ <p>The widgets in the holographic theme are translucent on their background , so
885886 applications must ensure that any background they use with this theme is itself
886887 dark; otherwise, it will be difficult to see the widgets. This UI style also includes a
887888 full action bar by default.</p>
@@ -1071,6 +1072,7 @@ please see themes_device_defaults.xml.
10711072 <item name =" absListViewStyle" >@android:style/Widget.Holo.AbsListView</item >
10721073 <item name =" autoCompleteTextViewStyle" >@android:style/Widget.Holo.AutoCompleteTextView</item >
10731074 <item name =" checkboxStyle" >@android:style/Widget.Holo.CompoundButton.CheckBox</item >
1075+ <item name =" checkedTextViewStyle" >@android:style/Widget.Holo.CheckedTextView</item >
10741076 <item name =" dropDownListViewStyle" >@android:style/Widget.Holo.ListView.DropDown</item >
10751077 <item name =" editTextStyle" >@android:style/Widget.Holo.EditText</item >
10761078 <item name =" expandableListViewStyle" >@android:style/Widget.Holo.ExpandableListView</item >
@@ -1384,6 +1386,7 @@ please see themes_device_defaults.xml.
13841386 <item name =" absListViewStyle" >@android:style/Widget.Holo.Light.AbsListView</item >
13851387 <item name =" autoCompleteTextViewStyle" >@android:style/Widget.Holo.Light.AutoCompleteTextView</item >
13861388 <item name =" checkboxStyle" >@android:style/Widget.Holo.Light.CompoundButton.CheckBox</item >
1389+ <item name =" checkedTextViewStyle" >@android:style/Widget.Holo.Light.CheckedTextView</item >
13871390 <item name =" dropDownListViewStyle" >@android:style/Widget.Holo.ListView.DropDown</item >
13881391 <item name =" editTextStyle" >@android:style/Widget.Holo.Light.EditText</item >
13891392 <item name =" expandableListViewStyle" >@android:style/Widget.Holo.Light.ExpandableListView</item >
0 commit comments