aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res/values/dimens.xml
blob: 408a96ec251ce1df743878c9e870431699c334fd (plain) (blame)
1
2
3
4
5
6
7
8
<resources xmlns:tools="http://schemas.android.com/tools">
    <dimen name="design_fab_image_size" tools:override="true">24dp
    </dimen> <!-- TODO: Fix login screen gradient while other fabs still being correct -->
    <dimen name="fab_margin">16dp</dimen>
    <!-- Default screen margins, per the Android Design guidelines. -->
    <dimen name="activity_horizontal_margin">16dp</dimen>
    <dimen name="activity_vertical_margin">16dp</dimen>
</resources>