如何在AutoCompleteTextView中插入导航抽屉和按钮

时间:2017-01-30 11:06:05

标签: android

基本上我想在Google地图中的搜索文本中插入AutoCompleteTextView内的导航抽屉和按钮。

我该怎么做?

Google map pic

非常感谢你。

1 个答案:

答案 0 :(得分:0)

首先,您需要定义您的布局(搜索框),其中包含ImageView。然后,您可以添加OnClickListener()以打开NavigationDrawer

你可以把它与这样的东西结合起来:

Add search toolbar over google map like in native android app