Android Layouts for different Screen Sizes on BlackBerry?

141 Views Asked by At

I am using layout folder for phone layouts and layout-sw600dp folder for tablet layouts.

Android picks the layout file with respect to the screen size. I installed the app on PlayBook using Android RunTime Environment. Playbook still picks up the layout from layout folder.

Do I need to do something different for playbook?

1

There are 1 best solutions below

3
On

layout-sw600dp is a Android 3.2 feature (API 13). Blackberry's Android runtime only supports 2.3.3 (API 10).

http://developer.blackberry.com/android/documentation/mastertopic_2016760_11.html