diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2019-03-23 23:01:57 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2019-03-23 23:01:57 +0000 |
| commit | 09439cae33cc0a7ae06697e54ed9aa06959511b9 (patch) | |
| tree | 083eb074d487e23c247da13aed57abeb4d4f8cb9 | |
| parent | c10206057cfc0a86bec21507eefe1c8ea105bb16 (diff) | |
| parent | 11ce053ccc26b7f16084c8864b1a262490085593 (diff) | |
| download | platform_packages_apps_Car_LatinIME-android10-security-release.tar.gz platform_packages_apps_Car_LatinIME-android10-security-release.tar.bz2 platform_packages_apps_Car_LatinIME-android10-security-release.zip | |
Snap for 5401728 from 11ce053ccc26b7f16084c8864b1a262490085593 to qt-releaseandroid-vts-10.0_r5android-vts-10.0_r4android-vts-10.0_r3android-vts-10.0_r2android-vts-10.0_r1android-mainline-10.0.0_r3android-mainline-10.0.0_r2android-mainline-10.0.0_r1android-cts-10.0_r5android-cts-10.0_r4android-cts-10.0_r3android-cts-10.0_r2android-cts-10.0_r1android-10.0.0_r6android-10.0.0_r5android-10.0.0_r46android-10.0.0_r4android-10.0.0_r3android-10.0.0_r2android-10.0.0_r17android-10.0.0_r11android-10.0.0_r10android-10.0.0_r1android10-tests-releaseandroid10-security-releaseandroid10-s3-releaseandroid10-s2-releaseandroid10-s1-releaseandroid10-releaseandroid10-mainline-releaseandroid10-mainline-a-releaseandroid10-gsi
Change-Id: Ia4299e834f2bc40a705c2a8dc8efce5273d88e49
| -rw-r--r-- | Android.mk | 2 | ||||
| -rw-r--r-- | src/com/android/inputmethod/latin/car/KeyboardView.java | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -36,8 +36,6 @@ LOCAL_JAVA_LIBRARIES += android.car LOCAL_STATIC_JAVA_LIBRARIES := \ android-common jsr305 -LOCAL_STATIC_ANDROID_LIBRARIES += androidx.car_car - # Include all the resources regardless of system supported locales LOCAL_AAPT_INCLUDE_ALL_RESOURCES := true diff --git a/src/com/android/inputmethod/latin/car/KeyboardView.java b/src/com/android/inputmethod/latin/car/KeyboardView.java index b237bae..52a2fde 100644 --- a/src/com/android/inputmethod/latin/car/KeyboardView.java +++ b/src/com/android/inputmethod/latin/car/KeyboardView.java @@ -382,7 +382,7 @@ public class KeyboardView extends View implements View.OnClickListener { mSwipeThreshold = (int) (500 * getResources().getDisplayMetrics().density); mDisambiguateSwipe = true; - int color = getResources().getColor(R.color.car_dark_blue_grey_700); + int color = getResources().getColor(R.color.ime_background_letters); mPopupScrimColor = Color.argb( SCRIM_ALPHA, Color.red(color), Color.green(color), Color.blue(color)); mBackgroundColor = Color.TRANSPARENT; |
