[SOLVED][SDKBOX] Review Plugin on Android Looks Old :(

Hey All!

I recently implemented the SDKBOX Review plugin in my game, and it works great on iOS, but the android UI looks like it’s still using the Gingerbread framework. Anyway to change this? I tried upgrading the version to Android 17 (Jellybean) but no luck there.

@yinjimmy @nite

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:

2 Likes

Thanks. Completely forgot about this!