android - Re-use dimen.xml for target < 3.2 and > 3.2 -


i got app various dimen.xml. selector: values / values-w300dp / values-w400dp / values-w600dp

works fine on >3.2. < 3.2 need add corresponding small/normal/large/xlarge selector.

any idea how re-use same dimens.xml file both selector?

ie: not want duplicate file. i'm looking <include> layout resource.

source:

section combinations , versions:

http://android-developers.blogspot.sg/2011/07/new-tools-for-managing-screen-sizes.html

http://developer.android.com/guide/practices/screens_support.html


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -