@@ -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 >
@@ -874,12 +875,12 @@ please see themes_device_defaults.xml.
874875 <p>This is the default system theme for apps that target API level 11 - 13. Starting
875876 with API level 14, the default system theme is supplied by {@link #Theme_DeviceDefault},
876877 which might apply a different style on different devices. If you want to ensure that your
877- app consistenly uses the Holo theme at all times, you must explicitly declare it in your
878+ app consistently uses the Holo theme at all times, you must explicitly declare it in your
878879 manifest. For example, {@code <application android:theme="@android:style/Theme.Holo">}.
879880 For more information, read <a
880881 href="http://android-developers.blogspot.com/2012/01/holo-everywhere.html">Holo
881882 Everywhere</a>.</p>
882- <p>The widgets in the holographic theme are translucent on their brackground , so
883+ <p>The widgets in the holographic theme are translucent on their background , so
883884 applications must ensure that any background they use with this theme is itself
884885 dark; otherwise, it will be difficult to see the widgets. This UI style also includes a
885886 full action bar by default.</p>
@@ -1069,6 +1070,7 @@ please see themes_device_defaults.xml.
10691070 <item name =" absListViewStyle" >@android:style/Widget.Holo.AbsListView</item >
10701071 <item name =" autoCompleteTextViewStyle" >@android:style/Widget.Holo.AutoCompleteTextView</item >
10711072 <item name =" checkboxStyle" >@android:style/Widget.Holo.CompoundButton.CheckBox</item >
1073+ <item name =" checkedTextViewStyle" >@android:style/Widget.Holo.CheckedTextView</item >
10721074 <item name =" dropDownListViewStyle" >@android:style/Widget.Holo.ListView.DropDown</item >
10731075 <item name =" editTextStyle" >@android:style/Widget.Holo.EditText</item >
10741076 <item name =" expandableListViewStyle" >@android:style/Widget.Holo.ExpandableListView</item >
@@ -1382,6 +1384,7 @@ please see themes_device_defaults.xml.
13821384 <item name =" absListViewStyle" >@android:style/Widget.Holo.Light.AbsListView</item >
13831385 <item name =" autoCompleteTextViewStyle" >@android:style/Widget.Holo.Light.AutoCompleteTextView</item >
13841386 <item name =" checkboxStyle" >@android:style/Widget.Holo.Light.CompoundButton.CheckBox</item >
1387+ <item name =" checkedTextViewStyle" >@android:style/Widget.Holo.Light.CheckedTextView</item >
13851388 <item name =" dropDownListViewStyle" >@android:style/Widget.Holo.ListView.DropDown</item >
13861389 <item name =" editTextStyle" >@android:style/Widget.Holo.Light.EditText</item >
13871390 <item name =" expandableListViewStyle" >@android:style/Widget.Holo.Light.ExpandableListView</item >
0 commit comments