diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2019-03-23 23:07:56 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2019-03-23 23:07:56 +0000 |
| commit | e9ac65741189665ebc8d240f495be0ec2bb1a291 (patch) | |
| tree | c59fab34c86975d99b950671544568c53f269a2c | |
| parent | 40897de903271eefa426d00f63a82c59d3b126d6 (diff) | |
| parent | 2a90755219915b788dd82aadfc414f6be80926f7 (diff) | |
| download | platform_packages_apps_Car_LocalMediaPlayer-android10-security-release.tar.gz platform_packages_apps_Car_LocalMediaPlayer-android10-security-release.tar.bz2 platform_packages_apps_Car_LocalMediaPlayer-android10-security-release.zip | |
Snap for 5401728 from 2a90755219915b788dd82aadfc414f6be80926f7 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_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-release
Change-Id: I92efbee4a8d43d358f43072fbfcf6c6d42173a0b
| -rw-r--r-- | Android.mk | 1 | ||||
| -rw-r--r-- | res/values/colors.xml | 2 | ||||
| -rw-r--r-- | res/values/styles.xml | 2 |
3 files changed, 2 insertions, 3 deletions
@@ -50,7 +50,6 @@ LOCAL_STATIC_JAVA_LIBRARIES += \ LocalMediaPlayer-proto LOCAL_STATIC_ANDROID_LIBRARIES := \ - androidx.car_car \ androidx.legacy_legacy-support-v4 LOCAL_USE_AAPT2 := true diff --git a/res/values/colors.xml b/res/values/colors.xml index b693f60..6e6bd92 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -15,5 +15,5 @@ * limitations under the License. --> <resources> - <color name="icon_color">@color/car_tint_light</color> + <color name="icon_color">@*android:color/car_tint_light</color> </resources> diff --git a/res/values/styles.xml b/res/values/styles.xml index 01af4eb..c8f692b 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -17,5 +17,5 @@ --> <resources> <!-- Base application theme. --> - <style name="LocalMediaPlayerAppTheme" parent="Theme.AppCompat.Light.NoActionBar"/> + <style name="LocalMediaPlayerAppTheme" parent="android:Theme.DeviceDefault.Light.NoActionBar"/> </resources> |
