Hi guys -
We are working on a feature opportunity with Google Play. When they did their round of testing, an issue came up that I think we’ll need the Corona Labs guys to weigh in:
- The app is using visual elements from older platforms in some areas (for example Android 2.3 Gingerbread or Android 4.x Holo visual elements on Android 5.0+ devices). Ensure that on Android 5.0+, all activities inherit Theme.AppCompat, Theme.Material or one of their descendants, and that all UI elements use styles from the Material/AppCompat palette (e.g. Widget.Material…, Widget.AppCompat… or ?android:attr/…) Please see attachment.
For more info:
http://developer.android.com/design/material/index.html
And here is the screenshot that they sent us.
https://dl.dropboxusercontent.com/u/14319758/toddlerpuzzle_08_13_15_old.jpg
Basically, in the screenshot, we have an activity indicator overlaid on top of the screen while the user is doing an IAP restore.
native.setActivityIndicator( true );
Based on their feedback, it sounds like Corona is still using an older version of the native UI elements?
Can Corona guys confirm if that’s the case? Unfortunately this is a biggie issue since it is preventing us from getting our app featured.
Thanks!
Andrew