dimens.xml 373 B

12345678910
  1. <resources>
  2. <!--
  3. Example customization of dimensions originally defined in res/values/dimens.xml
  4. (such as screen margins) for screens with more than 820dp of available width. This
  5. would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively).
  6. -->
  7. <dimen name="activity_horizontal_margin">64dp</dimen>
  8. </resources>