Loading java/res/values/attrs.xml +3 −1 Original line number Diff line number Diff line Loading @@ -34,6 +34,8 @@ <attr name="moreSuggestionsViewStyle" format="reference" /> <attr name="suggestionBackgroundStyle" format="reference" /> <attr name="suggestionPreviewBackgroundStyle" format="reference" /> <!-- Touch position correction --> <attr name="touchPositionCorrectionData" format="reference" /> </declare-styleable> <declare-styleable name="KeyboardView"> Loading java/res/values/themes-basic-highcontrast.xml +1 −0 Original line number Diff line number Diff line Loading @@ -28,5 +28,6 @@ <item name="moreSuggestionsViewStyle">@style/MoreSuggestionsViewStyle</item> <item name="suggestionBackgroundStyle">@style/SuggestionBackgroundStyle</item> <item name="suggestionPreviewBackgroundStyle">@style/SuggestionPreviewBackgroundStyle</item> <item name="touchPositionCorrectionData">@array/touch_position_correction_data_empty</item> </style> </resources> java/res/values/themes-basic.xml +1 −0 Original line number Diff line number Diff line Loading @@ -28,5 +28,6 @@ <item name="moreSuggestionsViewStyle">@style/MoreSuggestionsViewStyle</item> <item name="suggestionBackgroundStyle">@style/SuggestionBackgroundStyle</item> <item name="suggestionPreviewBackgroundStyle">@style/SuggestionPreviewBackgroundStyle</item> <item name="touchPositionCorrectionData">@array/touch_position_correction_data_empty</item> </style> </resources> java/res/values/themes-gingerbread.xml +1 −0 Original line number Diff line number Diff line Loading @@ -28,5 +28,6 @@ <item name="moreSuggestionsViewStyle">@style/MoreSuggestionsViewStyle</item> <item name="suggestionBackgroundStyle">@style/SuggestionBackgroundStyle</item> <item name="suggestionPreviewBackgroundStyle">@style/SuggestionPreviewBackgroundStyle</item> <item name="touchPositionCorrectionData">@array/touch_position_correction_data_gingerbread</item> </style> </resources> java/res/values/themes-ics.xml +1 −0 Original line number Diff line number Diff line Loading @@ -28,5 +28,6 @@ <item name="moreSuggestionsViewStyle">@style/MoreSuggestionsViewStyle.IceCreamSandwich</item> <item name="suggestionBackgroundStyle">@style/SuggestionBackgroundStyle.IceCreamSandwich</item> <item name="suggestionPreviewBackgroundStyle">@style/SuggestionPreviewBackgroundStyle.IceCreamSandwich</item> <item name="touchPositionCorrectionData">@array/touch_position_correction_data_ice_cream_sandwich</item> </style> </resources> Loading
java/res/values/attrs.xml +3 −1 Original line number Diff line number Diff line Loading @@ -34,6 +34,8 @@ <attr name="moreSuggestionsViewStyle" format="reference" /> <attr name="suggestionBackgroundStyle" format="reference" /> <attr name="suggestionPreviewBackgroundStyle" format="reference" /> <!-- Touch position correction --> <attr name="touchPositionCorrectionData" format="reference" /> </declare-styleable> <declare-styleable name="KeyboardView"> Loading
java/res/values/themes-basic-highcontrast.xml +1 −0 Original line number Diff line number Diff line Loading @@ -28,5 +28,6 @@ <item name="moreSuggestionsViewStyle">@style/MoreSuggestionsViewStyle</item> <item name="suggestionBackgroundStyle">@style/SuggestionBackgroundStyle</item> <item name="suggestionPreviewBackgroundStyle">@style/SuggestionPreviewBackgroundStyle</item> <item name="touchPositionCorrectionData">@array/touch_position_correction_data_empty</item> </style> </resources>
java/res/values/themes-basic.xml +1 −0 Original line number Diff line number Diff line Loading @@ -28,5 +28,6 @@ <item name="moreSuggestionsViewStyle">@style/MoreSuggestionsViewStyle</item> <item name="suggestionBackgroundStyle">@style/SuggestionBackgroundStyle</item> <item name="suggestionPreviewBackgroundStyle">@style/SuggestionPreviewBackgroundStyle</item> <item name="touchPositionCorrectionData">@array/touch_position_correction_data_empty</item> </style> </resources>
java/res/values/themes-gingerbread.xml +1 −0 Original line number Diff line number Diff line Loading @@ -28,5 +28,6 @@ <item name="moreSuggestionsViewStyle">@style/MoreSuggestionsViewStyle</item> <item name="suggestionBackgroundStyle">@style/SuggestionBackgroundStyle</item> <item name="suggestionPreviewBackgroundStyle">@style/SuggestionPreviewBackgroundStyle</item> <item name="touchPositionCorrectionData">@array/touch_position_correction_data_gingerbread</item> </style> </resources>
java/res/values/themes-ics.xml +1 −0 Original line number Diff line number Diff line Loading @@ -28,5 +28,6 @@ <item name="moreSuggestionsViewStyle">@style/MoreSuggestionsViewStyle.IceCreamSandwich</item> <item name="suggestionBackgroundStyle">@style/SuggestionBackgroundStyle.IceCreamSandwich</item> <item name="suggestionPreviewBackgroundStyle">@style/SuggestionPreviewBackgroundStyle.IceCreamSandwich</item> <item name="touchPositionCorrectionData">@array/touch_position_correction_data_ice_cream_sandwich</item> </style> </resources>