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