简体   繁体   中英

Android Contextual Action Bar Styling

I am trying to figure out how to get this divider shown in the Contextual Action Bar between the check and the title styled as shown in the image below. The previous developer removed that divider and I would like to have it back. Any direction would be very helpful. Thank you!

You're looking for the "android:actionModeCloseButtonStyle" style in your theme. Something like the following:

<item name="android:actionModeCloseButtonStyle">
  @style/Widget.Sherlock.ActionButton.CloseMode
</item>

See this thread: Contextual Action Bar: Done button

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