英文:
What is a half-list template in Car app for Android?
问题
半列表模板是Android汽车应用中的一种模板。这里的描述指出,不能在半列表模板上使用addAction。是否有人可以帮助我解决这个问题?
英文:
What is a half-list template in Car app for Android? The description here says that the addAction cannot be used on half-list template. Could someone help me in this?
答案1
得分: 1
半列表是指项目列表未占用整个可用屏幕空间。例如,对于“PlaceListMapTemplate”,“ItemList”仅占用部分屏幕空间,以便地图仍然可见。对于其他模板,如“PlaceListNavigationTemplate”、“RoutePreviewNavigationTemplate”以及与“ItemList”一起使用时的“MapTemplate”,情况也是如此。
英文:
Half-list is when the list of items does not take up the full screen space available. For example, the ItemList for a PlaceListMapTemplate only takes up part of the screen so that the map is still visible. The same goes for other templates such as the PlaceListNavigationTemplate, RoutePreviewNavigationTemplate, and the MapTemplate when used with an ItemList.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。


评论