components: add CollapsingScaffold + OptionPicker/FullScreenPicker (batch-2)

The family's collapsing settings/sub-screen scaffold and the full-screen
single-select picker built on it (used for theme/list/reminder option dialogs).
Adds material-icons-core (ArrowBack/Check) and a generic 'back' string apps can
override. ReminderFormatting (labels over app-specific R.plurals + per-app
presets) deliberately NOT included — it needs a label-callback API, a separate
pass.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-28 13:24:08 +02:00
parent 1bd3e03ad5
commit 0db0e3883f
5 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<resources>
<!--
Generic component strings. App-agnostic fallbacks; an app may override any
of these with its own (localized) value via resource merge.
-->
<string name="back">Back</string>
</resources>