aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/dimens.xml
blob: a76d0babd9694258f6be5bede8bfb53d3ee42707 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!--
  ~ Copyright © 2014-2020 The Android Password Store Authors. All Rights Reserved.
  ~ SPDX-License-Identifier: GPL-3.0-only
  -->

<resources>
    <!-- Default screen margins, per the Android Design guidelines. -->
    <dimen name="activity_horizontal_margin">16dp</dimen>
    <dimen name="activity_vertical_margin">16dp</dimen>
    <dimen name="fab_compat_margin">16dp</dimen>
    <dimen name="normal_margin">8dp</dimen>
    <dimen name="bottom_sheet_item_height">56dp</dimen>
</resources>