diff --git a/packages/CarSystemUI/samples/sample3/rro/Android.bp b/packages/CarSystemUI/samples/sample3/rro/Android.bp new file mode 100644 index 0000000000000..0eae7c271f666 --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/Android.bp @@ -0,0 +1,27 @@ +// +// Copyright (C) 2020 The Android Open Source Project +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + +android_app { + name: "CarSystemUISampleThreeRRO", + resource_dirs: ["res"], + certificate: "platform", + platform_apis: true, + manifest: "AndroidManifest.xml", + aaptflags: [ + "--no-resource-deduping", + "--no-resource-removal", + ] +} \ No newline at end of file diff --git a/packages/CarSystemUI/samples/sample3/rro/AndroidManifest.xml b/packages/CarSystemUI/samples/sample3/rro/AndroidManifest.xml new file mode 100644 index 0000000000000..5c25056f79151 --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/AndroidManifest.xml @@ -0,0 +1,24 @@ + + + + + \ No newline at end of file diff --git a/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_apps.xml b/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_apps.xml new file mode 100644 index 0000000000000..a8d8a2f241f6c --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_apps.xml @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_home.xml b/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_home.xml new file mode 100644 index 0000000000000..c78f0edd5594c --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_home.xml @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_hvac.xml b/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_hvac.xml new file mode 100644 index 0000000000000..55c968eacc4d2 --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_hvac.xml @@ -0,0 +1,25 @@ + + + + + diff --git a/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_music.xml b/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_music.xml new file mode 100644 index 0000000000000..6339ebb3ea8d3 --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_music.xml @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_navigation.xml b/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_navigation.xml new file mode 100644 index 0000000000000..e1fabe07cdeb5 --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_navigation.xml @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_notification.xml b/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_notification.xml new file mode 100644 index 0000000000000..aabf9161c11fe --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_notification.xml @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_overview.xml b/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_overview.xml new file mode 100644 index 0000000000000..f185eb9afb753 --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_overview.xml @@ -0,0 +1,26 @@ + + + + + \ No newline at end of file diff --git a/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_phone.xml b/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_phone.xml new file mode 100644 index 0000000000000..50e36b5a6e3c5 --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/res/drawable/car_ic_phone.xml @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/packages/CarSystemUI/samples/sample3/rro/res/drawable/system_bar_background.xml b/packages/CarSystemUI/samples/sample3/rro/res/drawable/system_bar_background.xml new file mode 100644 index 0000000000000..66da21ca23f8a --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/res/drawable/system_bar_background.xml @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file diff --git a/packages/CarSystemUI/samples/sample3/rro/res/layout/car_left_navigation_bar.xml b/packages/CarSystemUI/samples/sample3/rro/res/layout/car_left_navigation_bar.xml new file mode 100644 index 0000000000000..3d1cd085e5786 --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/res/layout/car_left_navigation_bar.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + diff --git a/packages/CarSystemUI/samples/sample3/rro/res/layout/car_navigation_bar.xml b/packages/CarSystemUI/samples/sample3/rro/res/layout/car_navigation_bar.xml new file mode 100644 index 0000000000000..8314ba5600a98 --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/res/layout/car_navigation_bar.xml @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packages/CarSystemUI/samples/sample3/rro/res/values/attrs.xml b/packages/CarSystemUI/samples/sample3/rro/res/values/attrs.xml new file mode 100644 index 0000000000000..bc7ded20031a2 --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/res/values/attrs.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/CarSystemUI/samples/sample3/rro/res/values/colors.xml b/packages/CarSystemUI/samples/sample3/rro/res/values/colors.xml new file mode 100644 index 0000000000000..f98cb96e76e89 --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/res/values/colors.xml @@ -0,0 +1,19 @@ + + + + #8F8F8F + diff --git a/packages/CarSystemUI/samples/sample3/rro/res/values/config.xml b/packages/CarSystemUI/samples/sample3/rro/res/values/config.xml new file mode 100644 index 0000000000000..2148e7cbfd96c --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/res/values/config.xml @@ -0,0 +1,57 @@ + + + + + + false + true + false + true + + + + + + + 2 + 0 + 3 + 1 + + + + + 0 + 10 + 0 + 15 + + + false + + com.android.systemui.car.notification.BottomNotificationPanelViewMediator + \ No newline at end of file diff --git a/packages/CarSystemUI/samples/sample3/rro/res/values/dimens.xml b/packages/CarSystemUI/samples/sample3/rro/res/values/dimens.xml new file mode 100644 index 0000000000000..c89f949385823 --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/res/values/dimens.xml @@ -0,0 +1,22 @@ + + + + 280dp + 24dp + 64dp + 44dp + diff --git a/packages/CarSystemUI/samples/sample3/rro/res/values/styles.xml b/packages/CarSystemUI/samples/sample3/rro/res/values/styles.xml new file mode 100644 index 0000000000000..bad36917d2cf3 --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/res/values/styles.xml @@ -0,0 +1,30 @@ + + + + + + + \ No newline at end of file diff --git a/packages/CarSystemUI/samples/sample3/rro/res/xml/car_sysui_overlays.xml b/packages/CarSystemUI/samples/sample3/rro/res/xml/car_sysui_overlays.xml new file mode 100644 index 0000000000000..f08d9684f2d5e --- /dev/null +++ b/packages/CarSystemUI/samples/sample3/rro/res/xml/car_sysui_overlays.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file