aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/dimens.xml
blob: 2630c407f892e6379c743477d95b32eabc721805 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- on Android < 5, we do not color the status bar, thus 0dp! -->
    <dimen name="statusbar_height">0dp</dimen>
    <dimen name="big_toolbar">120dp</dimen>
    <dimen name="huge_toolbar">222dp</dimen>
    <dimen name="minus_statusbar_height">0dp</dimen>
    <dimen name="activity_vertical_margin">16dp</dimen>
</resources>