aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/dimens.xml
blob: 074e7a03d4944b779416b44a4c35526359ccc396 (plain) (blame)
1
2
3
4
5
6
7
8
9
<resources>
    <!-- Default screen margins, per the Android Design guidelines. -->
    <dimen name="activity_horizontal_margin">16dp</dimen>
    <dimen name="activity_vertical_margin">16dp</dimen>

    <!-- Per the design guidelines, navigation drawers should be between 240dp and 320dp:
         https://developer.android.com/design/patterns/navigation-drawer.html -->
    <dimen name="navigation_drawer_width">240dp</dimen>
</resources>