wei-spring / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

Add Phablet API #1408

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
add an isPhablet API to indicate one of the newer 5.5-6 inch phones that 
currently return false for isTablet but should probably get special treatment. 
Also provide a build argument or theme constant phabletAsTablet or something 
like that which will allow us to return true for isTablet in case of a Phablet.
The logic is that we might want to start from the tablet UI's and tweak them 
slightly for phablets rather than start from the phone UI's as the baseline. 
But this should be user configurable and the default should be that if 
isPhablet returns true isTablet will return false.

Original issue reported on code.google.com by shai.almog on 23 Mar 2015 at 2:32