aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values-v21/dimens.xml
blob: f06cbbb8020d8dee01aafb98cb56b150582b9c07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!--
        Status bar height according to
        http://www.google.com/design/spec/layout/structure.html#structure-system-bars
    -->
    <dimen name="statusbar_height">24dp</dimen>
    <!-- 120dp + statusbar_height -->
    <dimen name="big_toolbar">141dp</dimen>
    <dimen name="huge_toolbar">243dp</dimen>
    <dimen name="minus_statusbar_height">-25dp</dimen>
</resources>