Charlesjean
Charlesjean

Reputation: 576

Android 5 change status bar color under ActionMode

Hi I want to change status bar color in ActionMode like Inbox app and Gmail app do. I know I can use setStatusBarColor, but is there any other way to do this? Like define status bar color of ActionMode in styles.xml?

Upvotes: 2

Views: 868

Answers (1)

Aritra Roy
Aritra Roy

Reputation: 15615

I can give you an idea on how you can get it done.

1) Firstly, just check when the ActionMode is turned on. I am sure you can do that so I am not elaborating on that.

2) Now, just set the color using the setStatusBarColor method of the Windows class. You ca check this answer to have a detailed insight on the problem and the solution.

Hope it helps. Do let me know if I can help you any further.

Upvotes: 1

Related Questions