问题描述
好的,Google Keeps-Notes and Lists 应用程序有一个这样的导航抽屉, Google Keeps-Notes and Lists App Navigation Drawer(Original)
-
我想做的和我在这张图片中提到的完全一样。 I want this 'EDIT'
-
我想要在导航抽屉右侧的 EDIT(TextView)。 我做到了这一步,My Navigation Drawer
<group> <item android:title="LABALS" android:actionLayout="@layout/main_nav_drawer_edit"> <menu> <item android:id="@+id/navigation_drawer_lable" android:title="Label 1" /> <item android:id="@+id/navigation_drawer_create_new_label" android:title="Create new label" /> </menu> </item>
我应该怎么做才能实现这一目标,这可能吗?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)