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
Post a Comment