简体   繁体   中英

Android - How to create action bar like WhatsApp chat?

I am trying to create Actionbar or Tollbar whatever it is in my app. I did my best to create the similar as below but the results are very bad so its better not to share here:

在此处输入图片说明

And remember that the following red rectangular area is clickable having the ripple effect:

在此处输入图片说明

Is that possible with Actionbar , if no then is this possible with Toolbar , if no then is that fine to create it with constraint or relative layout?

I did my best but i am failed to do so with Actionbar and Toolbar . Thanks !!!

You can create a layout for toolbar then you can add this layout as a child to the toolbar. Don't forget to set contentInsetStart attribute of the toolbar to 0dp. For ripple effect you can use a button with background of ?attr/selectableItemBackgroundBorderless .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM