Android Question Dialog style question

johnf2013

Member
Licensed User
Longtime User
I am using Dialogs v4 to implement an About box and an EULA box. Each has a WebView embedded in it. Works really well and super easy to code.

I noticed on another app that when the contents are scrolled the title bar and footer change to a slightly darker color. This is very nice and makes it easy to see the separation between the fixed and scrolling text. It also means I can use a background color the same as the title bar/footer, which looks simpler and cleaner.

I would expect this is a feature of the style in use.

Does this dialog implement this feature and if so what is the style name I need to modify?
 

DonManfred

Expert
Licensed User
Longtime User
Use Dialogs2017 library from Erel. You can define async CustomDialogs
 
Upvote 0
Top