diff options
author | 2025-03-24 18:42:33 -0700 | |
---|---|---|
committer | 2025-03-24 18:42:33 -0700 | |
commit | b0f64324499a3f65aca817d3f221c716d953a800 (patch) | |
tree | bc598f68e057da0bfb845ff81fe87fe2f3ffddcd | |
parent | c6ce906051ea48069314975374a33e92fce3163a (diff) | |
parent | 0aa96f91354a3eaaa1afbaa07ad0cebcab87e1d1 (diff) |
Snap for 13264465 from 0aa96f91354a3eaaa1afbaa07ad0cebcab87e1d1 to 25Q2-release
Change-Id: I9ee56abc0a63623975ef161e9d0d82142775dee5
5 files changed, 9 insertions, 3 deletions
diff --git a/res/flag(com.android.documentsui.flags.use_material3)/values-night-v31/colors.xml b/res/flag(com.android.documentsui.flags.use_material3)/values-night-v31/colors.xml index b75afa868..72dd819bb 100644 --- a/res/flag(com.android.documentsui.flags.use_material3)/values-night-v31/colors.xml +++ b/res/flag(com.android.documentsui.flags.use_material3)/values-night-v31/colors.xml @@ -14,6 +14,8 @@ --> <resources> + <!-- ?attr/colorPrimary --> + <color name="primary">@android:color/system_accent1_200</color> <color name="work_profile_button_stroke_color"> @*android:color/system_accent1_200 </color> <!-- accent 200 --> diff --git a/res/flag(com.android.documentsui.flags.use_material3)/values-night/colors.xml b/res/flag(com.android.documentsui.flags.use_material3)/values-night/colors.xml index ef4f5a902..b3cd1dae3 100644 --- a/res/flag(com.android.documentsui.flags.use_material3)/values-night/colors.xml +++ b/res/flag(com.android.documentsui.flags.use_material3)/values-night/colors.xml @@ -18,6 +18,8 @@ <color name="background_floating">#3C4043</color> <color name="nav_bar_translucent">#52000000</color> + <!-- ?attr/colorPrimary --> + <color name="primary">#D0BCFF</color> <color name="secondary">#3D8AB4F8</color> <color name="hairline">#5F6368</color> diff --git a/res/flag(com.android.documentsui.flags.use_material3)/values-v31/colors.xml b/res/flag(com.android.documentsui.flags.use_material3)/values-v31/colors.xml index b7e11e885..27b636fe1 100644 --- a/res/flag(com.android.documentsui.flags.use_material3)/values-v31/colors.xml +++ b/res/flag(com.android.documentsui.flags.use_material3)/values-v31/colors.xml @@ -14,6 +14,8 @@ --> <resources> + <!-- ?attr/colorPrimary --> + <color name="primary">@android:color/system_accent1_600</color> <!-- neutral variant 700--> <color name="work_profile_button_stroke_color"> @*android:color/system_accent1_600 diff --git a/res/flag(com.android.documentsui.flags.use_material3)/values/colors.xml b/res/flag(com.android.documentsui.flags.use_material3)/values/colors.xml index 5696288e6..fed5a018a 100644 --- a/res/flag(com.android.documentsui.flags.use_material3)/values/colors.xml +++ b/res/flag(com.android.documentsui.flags.use_material3)/values/colors.xml @@ -22,7 +22,8 @@ <color name="background_floating">@android:color/white</color> <color name="nav_bar_translucent">#99FFFFFF</color> - <color name="primary">?attr/colorPrimary</color> + <!-- ?attr/colorPrimary --> + <color name="primary">#6750A4</color> <color name="secondary">#E3F2FD</color> <!-- Blue 50 --> <color name="hairline">#E0E0E0</color> <!-- Gray 300 --> diff --git a/res/values-iw/strings.xml b/res/values-iw/strings.xml index c3c3aff29..e4beae2ac 100644 --- a/res/values-iw/strings.xml +++ b/res/values-iw/strings.xml @@ -315,6 +315,5 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"הצגה בתצוגת טבלה."</string> <string name="list_mode_showing" msgid="1225413902295895166">"הצגה בתצוגת רשימה."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> - <!-- no translation found for file_name_hint (7843637320487415838) --> - <skip /> + <string name="file_name_hint" msgid="7843637320487415838">"שם הקובץ"</string> </resources> |