How to enabled material design theme in ReviewPlugin?

How to enabled material design theme in ReviewPlugin?

Hello,
Could you provide more detail info on what you try to do? Are you trying to customize your own review UI?
Thanks, Ryan

I have this:

Need some like this style:

review dialog’s theme is follow with Cocos2dxActivity's theme.
default theme of Cocos2dxActivity is Theme.NoTitleBar.Fullscreen.

if you want to change dialog’s theme, you can inheritance Cocos2dxActivity's theme and add your custom theme value.

here is a modify, see follow commit: