Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6339639 authored by Yusuke Nojima's avatar Yusuke Nojima
Browse files

Add touch position correction data to resources.

Change-Id: I156205672f3935f70c250a6c538793f35c5d86b2
parent a59f65ad
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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">
+1 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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