如何将个人资料图片和搜索栏放在工具栏中?

时间:2018-02-10 20:45:03

标签: android android-toolbar

我是Android开发的新手我正在构建一个应用程序但是从最近三天开始,我在制作工具栏时陷入困境我非常困惑。我想制作这样的工具栏 in this toolbar the title and image will be set through code in java file when user will login

when search icon is pressed then this toolbar should change like this

and when back button is pressed then again this view appear in toolbar

1 个答案:

答案 0 :(得分:0)

设计中的小部件元素从左到右依次为:

导航抽屉指示器

ImageView的

搜索查看

切换

溢出菜单

这些都可以使用默认小部件来实现。将配置文件图像放在标题的右侧并不常见,但您可以通过在工具栏视图中放置自定义布局来实现此目的。

在操作栏中放置切换也很常见,但可以使用ActionLayout。