From a66655fd373cc9ef9ff06516a19141c60d2c2422 Mon Sep 17 00:00:00 2001 From: John Patterson Date: Wed, 1 Jul 2020 12:45:04 +0200 Subject: Add CarCalendarApp This was moved from vendor/auto/embedded/apps/Calendar Header licence was updated in all files Added OWNERS file Bug: 140862425 Bug: 160135021 Merged-In: I64cca6684ba132f47308911bdc73f35fe2176502 Test: clean build from root still works Change-Id: I64cca6684ba132f47308911bdc73f35fe2176502 --- res/drawable/ic_calendar_sync.xml | 91 ++++++++++++++++++++++ .../ic_navigation_expand_less_white_24dp.xml | 24 ++++++ .../ic_navigation_expand_more_white_24dp.xml | 24 ++++++ res/drawable/ic_navigation_gm2_24px.xml | 24 ++++++ res/drawable/ic_phone_gm2_24px.xml | 24 ++++++ 5 files changed, 187 insertions(+) create mode 100644 res/drawable/ic_calendar_sync.xml create mode 100644 res/drawable/ic_navigation_expand_less_white_24dp.xml create mode 100644 res/drawable/ic_navigation_expand_more_white_24dp.xml create mode 100644 res/drawable/ic_navigation_gm2_24px.xml create mode 100644 res/drawable/ic_phone_gm2_24px.xml (limited to 'res/drawable') diff --git a/res/drawable/ic_calendar_sync.xml b/res/drawable/ic_calendar_sync.xml new file mode 100644 index 0000000..b527dfd --- /dev/null +++ b/res/drawable/ic_calendar_sync.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/ic_navigation_expand_less_white_24dp.xml b/res/drawable/ic_navigation_expand_less_white_24dp.xml new file mode 100644 index 0000000..a7b9522 --- /dev/null +++ b/res/drawable/ic_navigation_expand_less_white_24dp.xml @@ -0,0 +1,24 @@ + + + + + diff --git a/res/drawable/ic_navigation_expand_more_white_24dp.xml b/res/drawable/ic_navigation_expand_more_white_24dp.xml new file mode 100644 index 0000000..8aba65f --- /dev/null +++ b/res/drawable/ic_navigation_expand_more_white_24dp.xml @@ -0,0 +1,24 @@ + + + + + diff --git a/res/drawable/ic_navigation_gm2_24px.xml b/res/drawable/ic_navigation_gm2_24px.xml new file mode 100644 index 0000000..b945227 --- /dev/null +++ b/res/drawable/ic_navigation_gm2_24px.xml @@ -0,0 +1,24 @@ + + + + + diff --git a/res/drawable/ic_phone_gm2_24px.xml b/res/drawable/ic_phone_gm2_24px.xml new file mode 100644 index 0000000..669fde2 --- /dev/null +++ b/res/drawable/ic_phone_gm2_24px.xml @@ -0,0 +1,24 @@ + + + + + -- cgit v1.2.3