android - PercentSupportLibrary : Set percentage values in xml? -


i want use different layout width ratios larger tablet screens. there way set percentage based (fraction-type) values such layout_widthpercent , layout_marginstartpercent in dimens.xml?

i solved it. values in dimens.xml :

<resources>     <item name="width_percent" type="dimen">60%</item> </resources> 

Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -