summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-03-23 23:01:57 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-03-23 23:01:57 +0000
commit09439cae33cc0a7ae06697e54ed9aa06959511b9 (patch)
tree083eb074d487e23c247da13aed57abeb4d4f8cb9
parentc10206057cfc0a86bec21507eefe1c8ea105bb16 (diff)
parent11ce053ccc26b7f16084c8864b1a262490085593 (diff)
downloadplatform_packages_apps_Car_LatinIME-android10-tests-release.tar.gz
platform_packages_apps_Car_LatinIME-android10-tests-release.tar.bz2
platform_packages_apps_Car_LatinIME-android10-tests-release.zip
Change-Id: Ia4299e834f2bc40a705c2a8dc8efce5273d88e49
-rw-r--r--Android.mk2
-rw-r--r--src/com/android/inputmethod/latin/car/KeyboardView.java2
2 files changed, 1 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 5f790a2..3ed332f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -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;