aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/dimens.xml
blob: 08b07220214672aa8eacb9dc6d837a9fa1270ecc (plain)
1
2
3
4
5
6
7
<?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">212dp</dimen>
</resources>