0

I am trying to figure out how can I modify the icons and interchange the order that appear in android auto navigation activity.

Activity Image

So far I have found this code needs to be modified directly in AOSP. The file that I think that is drawing this is CarNavigationBarController.java

I have not been able to figure out the resource that I need to modify the icons and their order.

Thank you in advance.

justderb
  • 2,835
  • 1
  • 25
  • 38
DK_DEV
  • 51
  • 3
  • Found the icon resources [here](https://android.googlesource.com/platform/packages/services/Car/+/nougat-mr1-release/car_product/overlay/frameworks/base/packages/SystemUI/res/drawable/) – DK_DEV Apr 19 '17 at 16:40

2 Answers2

1

You can't. This bar is generated by Google's Android Auto application and it's proprietary.

skoperst
  • 2,259
  • 1
  • 23
  • 35
0

The Android Auto playback menu is standard, and the third party apps are not allowed to change the interface

You can only customize the color of the button, to distinguish your brand for some degree. Otherwise, the experience should be consistent and predictable to minimize the drivers distraction.

Android4Fun
  • 570
  • 4
  • 18