xref: /aosp_15_r20/development/samples/browseable/WatchFace/Application/res/values/dimens.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1<?xml version="1.0" encoding="utf-8"?>
2<resources>
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     <dimen name="activity_horizontal_margin">64dp</dimen>
7     <dimen name="activity_vertical_margin">10dp</dimen>
8</resources>
9