Rohith Krishnan
Rohith Krishnan

Reputation: 658

Modifying System Theme of AOSP ( Android-Source ) for Automotive

I need to customize the System Theme of Android Automotive, when i check the developer guide i could find that AOSP supports that and as per the developer site it is mentioned like

"OEM's are expected to have a parallel overlay structure to the car_product directory in their vendor directory that further extends the car_product overlay."

I need to create an overlay structure like the car_product in the vendor directory , Could anybody guide me to create the same . I have tried some methods mentioned in the sites , but these are not the same as mentioned in the developer site.

Upvotes: 0

Views: 998

Answers (1)

Distwo
Distwo

Reputation: 11759

What you are looking for are static resource overlay (different than Runtime Resource Overlays). Take a look at the system UI section of the android automotive documentation. It explains more how to use the resource overlay.

This Stack overflow question is also giving some details.

Upvotes: 1

Related Questions