blob: 3a85cca93b69ed1c065f7d395960d3702f3338ae (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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>
</resources>
|