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