blob: f9a452aae7b4ec069269b51fed655a52c41001fd (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved.
~ SPDX-License-Identifier: GPL-3.0-only
-->
<resources>
<dimen name="onboarding_icon_margin_top">50dp</dimen>
<dimen name="onboarding_button_margin_top">70dp</dimen>
<dimen name="onboarding_desc_margin_top">48dp</dimen>
</resources>
|