Files
SetupWizard/res/values/dimens.xml
oxmc 54f52cd200 SetupWizard: Initial PawletOS fork
Forked from LineageOS android_packages_apps_SetupWizard.

Changes from upstream:
- Package renamed from org.lineageos.setupwizard to me.pawlet.setupwizard
- Module renamed from LineageSetupWizard to PawletSetupWizard
- Source tree moved from src/org/lineageos/ to src/me/pawlet/
- WelcomeActivity and FinishActivity migrated to Kotlin/Compose
- PawletTheme: Material3 lavender color scheme with Ubuntu font family
- WelcomeScreen and FinishScreen Compose composables
- Added Ubuntu font assets (regular/medium/bold)
- Added missing strings: setup_welcome_description, setup_complete_title,
  setup_complete_description; os_name set to PawletOS
- Android.bp: added Compose deps, pawlet-system framework API
- Privapp-permissions file renamed to me.pawlet.setupwizard.xml
- Helper scripts renamed from start_lineage_wizard to start_pawlet_wizard
- Removed unused org.lineageos.platform.internal dependency
2026-06-13 07:22:37 -07:00

24 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2013 The CyanogenMod Project
SPDX-FileCopyrightText: The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<dimen name="content_margin_top">26dp</dimen>
<dimen name="content_margin_left">26dp</dimen>
<dimen name="content_margin_right">14dp</dimen>
<dimen name="location_margin_left">20dp</dimen>
<dimen name="location_text_margin_left">10dp</dimen>
<dimen name="location_text_margin_right">30dp</dimen>
<dimen name="base_margin_top">0dp</dimen>
<dimen name="welcome_content_container_padding_bottom">30dp</dimen>
<dimen name="welcome_content_container_padding_end">24dp</dimen>
<dimen name="welcome_content_container_padding_start">40dp</dimen>
<dimen name="welcome_title_text_size">56sp</dimen>
<dimen name="welcome_title_padding_bottom">16dp</dimen>
<dimen name="welcome_title_line_height">64dp</dimen>
<dimen name="welcome_accessibility_text_size">20sp</dimen>
</resources>