Files
brave-core/android/java/brave-res/values/dimens.xml
T
Simone Arpe 59c4389a4b New onboarding flow study (smartphones and small screens) (#33521)
Updates the Day Zero onboarding experience on smartphones and small screen devices to a multi‑step, horizontally advancing flow driven by CTA buttons.
It introduces distinct layouts per step, a pager animation helper, and updates onboarding logic to support a scalable, multi‑step sequence with minimal duplication.

Tablet support is intentionally out of scope and will be handled in a separate PR.
2026-02-06 12:13:01 +01:00

18 lines
874 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2026 The Brave Authors. All rights reserved.
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this file,
You can obtain one at https://mozilla.org/MPL/2.0/.
-->
<resources>
<dimen name="onboarding_padding_top">4dp</dimen>
<dimen name="onboarding_main_container_horizontal_margin">8dp</dimen>
<dimen name="onboarding_buttons_vertical_margin">8dp</dimen>
<dimen name="onboarding_illustration_margin_top">12dp</dimen>
<dimen name="onboarding_illustration_padding">12dp</dimen>
<dimen name="onboarding_title_margin_top">0dp</dimen>
<dimen name="onboarding_subtitle_margin_top">8dp</dimen>
<item name="onboarding_image_top_guide_percent" format="float" type="dimen">0.25</item>
</resources>