OSDN Git Service

9c09969f75a63078855f4f0e3effa9871f4d03e0
[gokigen/JoggingTimer.git] / wear / src / main / res / values-round / dimens.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3     <!--
4     Because the window insets on round devices are larger than 15dp, this padding only applies
5     to square screens.
6     -->
7     <dimen name="box_inset_layout_padding">0dp</dimen>
8
9     <!--
10     This padding applies to both square and round screens. The total padding between the buttons
11     and the window insets is box_inset_layout_padding (above variable) on square screens and
12     inner_frame_layout_padding (below variable) on round screens.
13     -->
14     <dimen name="inner_frame_layout_padding">1dp</dimen>
15 </resources>