From 84199d0b72f9b90da3bb34aa8a580e2f22f51179 Mon Sep 17 00:00:00 2001 From: badboy-tian Date: Mon, 6 Oct 2025 21:42:22 +0800 Subject: [PATCH 1/5] =?UTF-8?q?feat(filepicker):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=E4=B8=BB=E9=A2=98=E6=A0=B7=E5=BC=8F=E5=B9=B6?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BB=A7=E6=89=BF=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 FilePickerTheme 基础主题,支持 Android35 的 edgeToEdge 设置 - 将 FilePickerThemeRail、FilePickerThemeReply、FilePickerThemeCrane 和 FilePickerThemeShrine 主题统一继承自 FilePickerTheme- 保留各子主题的原有颜色配置不变- 优化主题结构,提高代码复用性和维护性 --- filepicker/src/main/res/values/styles.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/filepicker/src/main/res/values/styles.xml b/filepicker/src/main/res/values/styles.xml index d35c344..85623e1 100644 --- a/filepicker/src/main/res/values/styles.xml +++ b/filepicker/src/main/res/values/styles.xml @@ -1,6 +1,11 @@ - - + - - - - - - - - - - - - - - - - - - - - diff --git a/filepicker/src/main/res/values/styles.xml b/filepicker/src/main/res/values/styles.xml index 85623e1..b776eb1 100644 --- a/filepicker/src/main/res/values/styles.xml +++ b/filepicker/src/main/res/values/styles.xml @@ -1,4 +1,4 @@ - +