We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello colleagues,
According to Android for Cars App Library design guidelines 1.3-beta @ page 65: PlaceListNavigationTemplate should have a header element.Please take a look sample code, PlaceListNavigationTemplate @ line 89: .setHeader(header) But, it doesn't appear on screen:
.setHeader(header)
Could you please help us solve this issue?
The text was updated successfully, but these errors were encountered:
Same here. Only using the deprecated .setTitle(...) worked for me.
Sorry, something went wrong.
No branches or pull requests
Hello colleagues,
According to Android for Cars App Library design guidelines 1.3-beta @ page 65: PlaceListNavigationTemplate should have a header element.
Please take a look sample code, PlaceListNavigationTemplate @ line 89:
.setHeader(header)
But, it doesn't appear on screen:
Could you please help us solve this issue?
The text was updated successfully, but these errors were encountered: