]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/platform-packages-services-car.git/commitdiff
Fixed car_product resource overlay reference
authorChao Yan <aceyansf@google.com>
Tue, 23 Apr 2019 23:18:09 +0000 (16:18 -0700)
committerAlistair Strachan <astrachan@google.com>
Wed, 24 Apr 2019 00:11:44 +0000 (00:11 +0000)
This is a temporary fix only for Automotive target on AOSP. It should be
overridden by latest changes from internal repo after merge. Please do
not merge this change to internal branches

Bug: 130915274
Test: lunch aosp_cf_x86_auto-userdebug && m dist -j

Change-Id: Ib213bfc093e5452d6c99e4fe7cbaa3c344f5d027
Merged-In: Icede2b0a3bbb84226e811d6fadaf44da5f6d5e76

car_product/overlay/packages/apps/PackageInstaller/res/layout/grant_permissions.xml

index 08e5fd825d81a4b2b381ec6ab17c74dd2d6aeebe..1ea80db1f54b2d41eb7032e26aee92bc00e3487f 100644 (file)
@@ -79,7 +79,7 @@
                     android:paddingStart="@dimen/car_keyline_1"
                     android:paddingEnd="@dimen/car_padding_4"
                     android:text="@string/grant_dialog_button_deny"
-                    android:textColor="@color/car_highlight"
+                    android:textColor="@*android:color/car_highlight"
                     android:textSize="@dimen/car_action1_size"
                     android:textStyle="bold">
                 </Button>
@@ -92,7 +92,7 @@
                     android:paddingStart="@dimen/car_padding_4"
                     android:paddingEnd="@dimen/car_padding_4"
                     android:text="@string/grant_dialog_button_allow"
-                    android:textColor="@color/car_highlight"
+                    android:textColor="@*android:color/car_highlight"
                     android:textSize="@dimen/car_action1_size"
                     android:textStyle="bold">
                 </Button>