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

Commit b45e095a authored by Yusuke Nojima's avatar Yusuke Nojima Committed by Android (Google) Code Review
Browse files

Merge "Add touch position correction data to resources."

parents 2f1fdf28 d6339639
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