2018-06-06 17:07:29 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
Copyright (C) 2018 The Android Open Source Project
|
|
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
|
limitations under the License.
|
|
|
|
|
-->
|
2023-04-05 10:09:10 -07:00
|
|
|
<resources
|
|
|
|
|
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
|
2019-12-26 09:40:12 -08:00
|
|
|
|
2020-04-16 17:46:13 +00:00
|
|
|
<style name="TextAppearance.GestureTutorial"
|
2023-05-10 14:53:18 -07:00
|
|
|
parent="@android:style/Theme.DeviceDefault.DayNight" />
|
2019-12-26 09:40:12 -08:00
|
|
|
|
2020-04-16 17:46:13 +00:00
|
|
|
<style name="TextAppearance.GestureTutorial.CallToAction"
|
2023-05-10 14:53:18 -07:00
|
|
|
parent="@android:style/Theme.DeviceDefault.DayNight" />
|
2019-12-26 09:40:12 -08:00
|
|
|
|
2020-04-16 17:46:13 +00:00
|
|
|
<style name="TextAppearance.GestureTutorial.Title"
|
|
|
|
|
parent="TextAppearance.GestureTutorial">
|
2019-12-26 09:40:12 -08:00
|
|
|
<item name="android:gravity">center</item>
|
2020-06-03 18:56:27 -04:00
|
|
|
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
2019-12-26 09:40:12 -08:00
|
|
|
<item name="android:textSize">28sp</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
2020-04-16 17:46:13 +00:00
|
|
|
<style name="TextAppearance.GestureTutorial.Subtitle"
|
|
|
|
|
parent="TextAppearance.GestureTutorial">
|
2019-12-26 09:40:12 -08:00
|
|
|
<item name="android:gravity">center</item>
|
2020-06-03 18:56:27 -04:00
|
|
|
<item name="android:textColor">?android:attr/textColorTertiary</item>
|
2019-12-26 09:40:12 -08:00
|
|
|
<item name="android:letterSpacing">0.03</item>
|
|
|
|
|
<item name="android:textSize">21sp</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
2020-12-28 15:00:52 -08:00
|
|
|
<style name="TextAppearance.GestureTutorial.Feedback.Title"
|
2020-04-16 21:13:01 +00:00
|
|
|
parent="TextAppearance.GestureTutorial">
|
2020-12-28 15:00:52 -08:00
|
|
|
<item name="android:gravity">start</item>
|
2020-06-03 18:56:27 -04:00
|
|
|
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
2022-12-01 22:45:47 +00:00
|
|
|
<item name="android:fontFamily">google-sans</item>
|
2020-04-16 21:13:01 +00:00
|
|
|
<item name="android:letterSpacing">0.03</item>
|
2020-12-28 15:00:52 -08:00
|
|
|
<item name="android:textSize">36sp</item>
|
2021-06-24 15:05:18 -07:00
|
|
|
<item name="android:lineHeight">44sp</item>
|
2020-12-28 15:00:52 -08:00
|
|
|
</style>
|
|
|
|
|
|
2023-03-16 15:01:15 -07:00
|
|
|
<style name="TextAppearance.GestureTutorial.MenuButton"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.Feedback.Title">
|
|
|
|
|
<item name="android:gravity">center</item>
|
|
|
|
|
<item name="fontWeight">400</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
2023-05-10 14:53:18 -07:00
|
|
|
<style name="TextAppearance.GestureTutorial.MenuButton.Home"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.MenuButton">
|
|
|
|
|
<item name="android:textColor">?attr/secondaryHome</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="TextAppearance.GestureTutorial.MenuButton.Back"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.MenuButton">
|
|
|
|
|
<item name="android:textColor">?attr/secondaryBack</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="TextAppearance.GestureTutorial.MenuButton.Overview"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.MenuButton">
|
|
|
|
|
<item name="android:textColor">?attr/secondaryOverview</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
2022-02-03 16:07:04 -08:00
|
|
|
<style name="TextAppearance.GestureTutorial.Feedback.Title.AllSet"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.Feedback.Title">
|
|
|
|
|
<item name="android:letterSpacing">0.03</item>
|
|
|
|
|
<item name="android:lineHeight">44sp</item>
|
2022-09-13 17:48:21 +02:00
|
|
|
<item name="android:textSize">@dimen/allset_page_allset_text_size</item>
|
2022-02-03 16:07:04 -08:00
|
|
|
</style>
|
|
|
|
|
|
2021-03-12 15:50:58 -08:00
|
|
|
<style name="TextAppearance.GestureTutorial.Dialog.Title"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.Feedback.Title">
|
|
|
|
|
<item name="android:gravity">center_horizontal</item>
|
|
|
|
|
<item name="android:fontFamily">google-sans</item>
|
|
|
|
|
<item name="android:lineHeight">32sp</item>
|
|
|
|
|
<item name="android:textSize">24sp</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
2020-12-28 15:00:52 -08:00
|
|
|
<style name="TextAppearance.GestureTutorial.Feedback.Subtitle"
|
|
|
|
|
parent="TextAppearance.GestureTutorial">
|
|
|
|
|
<item name="android:gravity">start</item>
|
|
|
|
|
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
2021-05-03 18:26:44 -07:00
|
|
|
<item name="android:fontFamily">google-sans-text</item>
|
2020-12-28 15:00:52 -08:00
|
|
|
<item name="android:letterSpacing">0.03</item>
|
2022-02-03 16:07:04 -08:00
|
|
|
<item name="android:textSize">14sp</item>
|
|
|
|
|
<item name="android:lineHeight">20sp</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="TextAppearance.GestureTutorial.Feedback.Subtitle.AllSet"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.Feedback.Subtitle">
|
2020-12-28 15:00:52 -08:00
|
|
|
<item name="android:textSize">18sp</item>
|
|
|
|
|
<item name="android:lineHeight">24sp</item>
|
2020-04-16 21:13:01 +00:00
|
|
|
</style>
|
|
|
|
|
|
2021-03-12 15:50:58 -08:00
|
|
|
<style name="TextAppearance.GestureTutorial.Dialog.Subtitle"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.Feedback.Subtitle">
|
|
|
|
|
<item name="android:gravity">center_horizontal</item>
|
|
|
|
|
<item name="android:fontFamily">google-sans-text</item>
|
|
|
|
|
<item name="android:letterSpacing">0.025</item>
|
|
|
|
|
<item name="android:lineHeight">20sp</item>
|
|
|
|
|
<item name="android:textSize">14sp</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="TextAppearance.GestureTutorial.Feedback.Subtext"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.Feedback.Subtitle">
|
2022-03-08 13:05:24 -08:00
|
|
|
<item name="android:textSize">16sp</item>
|
|
|
|
|
<item name="android:textColor">?android:attr/colorAccent</item>
|
2022-02-03 16:07:04 -08:00
|
|
|
<item name="android:gravity">start</item>
|
2021-05-13 15:59:02 -07:00
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="TextAppearance.GestureTutorial.Feedback.Subtext.Dark"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.Feedback.Subtext">
|
|
|
|
|
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
2021-03-12 15:50:58 -08:00
|
|
|
</style>
|
|
|
|
|
|
2020-04-16 17:46:13 +00:00
|
|
|
<style name="TextAppearance.GestureTutorial.ButtonLabel"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.CallToAction">
|
2019-12-26 09:40:12 -08:00
|
|
|
<item name="android:gravity">center</item>
|
2024-09-15 08:50:28 +08:00
|
|
|
<item name="android:textColor">?attr/materialColorOnPrimary</item>
|
2019-12-26 09:40:12 -08:00
|
|
|
<item name="android:letterSpacing">0.02</item>
|
|
|
|
|
<item name="android:textSize">16sp</item>
|
|
|
|
|
<item name="android:textAllCaps">false</item>
|
2022-12-01 22:45:47 +00:00
|
|
|
<item name="android:fontFamily">google-sans-text-medium</item>
|
2019-12-26 09:40:12 -08:00
|
|
|
</style>
|
|
|
|
|
|
2023-05-10 14:53:18 -07:00
|
|
|
<style name="TextAppearance.GestureTutorial.ButtonLabel.Home"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.ButtonLabel">
|
|
|
|
|
<item name="android:textColor">?attr/onSurfaceHome</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="TextAppearance.GestureTutorial.ButtonLabel.Back"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.ButtonLabel">
|
|
|
|
|
<item name="android:textColor">?attr/onSurfaceBack</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="TextAppearance.GestureTutorial.ButtonLabel.Overview"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.ButtonLabel">
|
|
|
|
|
<item name="android:textColor">?attr/onSurfaceOverview</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
2021-03-12 15:50:58 -08:00
|
|
|
<style name="TextAppearance.GestureTutorial.CancelButtonLabel"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.ButtonLabel">
|
2022-03-08 13:05:24 -08:00
|
|
|
<item name="android:textColor">?android:attr/colorAccent</item>
|
2021-03-12 15:50:58 -08:00
|
|
|
</style>
|
|
|
|
|
|
2020-04-16 17:46:13 +00:00
|
|
|
<style name="TextAppearance.GestureTutorial.TextButtonLabel"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.ButtonLabel">
|
2022-03-08 13:05:24 -08:00
|
|
|
<item name="android:textColor">?android:attr/colorAccent</item>
|
2019-12-26 09:40:12 -08:00
|
|
|
</style>
|
2020-03-09 18:10:08 -07:00
|
|
|
|
2021-05-03 18:26:44 -07:00
|
|
|
<style name="TextAppearance.GestureTutorial.LinkText"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.Feedback.Subtitle">
|
|
|
|
|
<item name="android:textSize">14sp</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
2023-01-31 01:06:17 +00:00
|
|
|
<style name="TextAppearance.GestureTutorial.MainTitle"
|
|
|
|
|
parent="TextAppearance.GestureTutorial">
|
|
|
|
|
<item name="android:textSize">36sp</item>
|
|
|
|
|
<item name="android:fontFamily">google-sans</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
2023-05-10 14:53:18 -07:00
|
|
|
<style name="TextAppearance.GestureTutorial.MainTitle.Home"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.MainTitle">
|
2024-04-25 23:00:29 +00:00
|
|
|
<item name="android:textColor">?attr/secondaryHome</item>
|
2023-01-31 01:06:17 +00:00
|
|
|
</style>
|
|
|
|
|
|
2023-05-10 14:53:18 -07:00
|
|
|
<style name="TextAppearance.GestureTutorial.MainTitle.Back"
|
2023-01-31 01:06:17 +00:00
|
|
|
parent="TextAppearance.GestureTutorial.MainTitle">
|
2024-04-25 23:00:29 +00:00
|
|
|
<item name="android:textColor">?attr/secondaryBack</item>
|
2023-01-31 01:06:17 +00:00
|
|
|
</style>
|
|
|
|
|
|
2023-05-10 14:53:18 -07:00
|
|
|
<style name="TextAppearance.GestureTutorial.MainTitle.Overview"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.MainTitle">
|
2024-04-25 23:00:29 +00:00
|
|
|
<item name="android:textColor">?attr/secondaryOverview</item>
|
2023-05-10 14:53:18 -07:00
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="TextAppearance.GestureTutorial.MainTitle.Success.Home"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.MainTitle.Home">
|
|
|
|
|
<item name="android:textColor">?attr/secondaryHome</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="TextAppearance.GestureTutorial.MainTitle.Success.Back"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.MainTitle.Back">
|
|
|
|
|
<item name="android:textColor">?attr/secondaryBack</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="TextAppearance.GestureTutorial.MainTitle.Success.Overview"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.MainTitle.Overview">
|
|
|
|
|
<item name="android:textColor">?attr/secondaryOverview</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="TextAppearance.GestureTutorial.MainSubtitle"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.Subtitle">
|
|
|
|
|
<item name="android:textSize">16sp</item>
|
|
|
|
|
<item name="android:letterSpacing">0.02</item>
|
|
|
|
|
<item name="android:fontFamily">google-sans-text</item>
|
|
|
|
|
<item name="android:textColor">?attr/tutorialSubtitle</item>
|
2023-01-31 01:06:17 +00:00
|
|
|
</style>
|
|
|
|
|
|
2021-06-29 16:31:23 -07:00
|
|
|
<style name="AllSetTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar">
|
|
|
|
|
<item name="android:navigationBarColor">@android:color/transparent</item>
|
|
|
|
|
<item name="android:statusBarColor">@android:color/transparent</item>
|
|
|
|
|
<item name="android:enforceNavigationBarContrast">false</item>
|
|
|
|
|
<item name="android:windowLightStatusBar">true</item>
|
2021-10-01 11:31:45 -07:00
|
|
|
<item name="android:windowBackground">@android:color/transparent</item>
|
2021-06-29 16:31:23 -07:00
|
|
|
</style>
|
|
|
|
|
|
2020-05-04 17:13:01 -07:00
|
|
|
<!--
|
|
|
|
|
Can be applied to views to color things like ripples and list highlights the workspace text
|
|
|
|
|
color.
|
|
|
|
|
-->
|
|
|
|
|
<style name="ThemeControlHighlightWorkspaceColor">
|
|
|
|
|
<item name="android:colorControlHighlight">?attr/workspaceTextColor</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
2023-08-07 16:02:23 -07:00
|
|
|
<style name="OverviewActionButton"
|
|
|
|
|
parent="@android:style/Widget.DeviceDefault.Button.Borderless">
|
|
|
|
|
<item name="android:paddingTop">4dp</item>
|
|
|
|
|
<item name="android:paddingBottom">4dp</item>
|
|
|
|
|
<item name="android:textColor">@color/overview_button</item>
|
2020-04-27 13:29:57 -07:00
|
|
|
<item name="android:drawableTint">@color/overview_button</item>
|
2023-08-07 16:02:23 -07:00
|
|
|
<item name="android:tint">?android:attr/textColorPrimary</item>
|
|
|
|
|
<item name="android:drawablePadding">8dp</item>
|
|
|
|
|
<item name="android:textAllCaps">false</item>
|
2020-03-09 18:10:08 -07:00
|
|
|
</style>
|
2021-01-11 14:54:23 -06:00
|
|
|
|
2021-08-24 19:30:22 +01:00
|
|
|
<style name="OverviewClearAllButton" parent="@android:style/Widget.DeviceDefault.Button">
|
|
|
|
|
<item name="android:background">@drawable/bg_overview_clear_all_button</item>
|
2021-11-03 18:48:18 +00:00
|
|
|
<item name="android:minWidth">96dp</item>
|
|
|
|
|
<item name="android:minHeight">48dp</item>
|
2022-11-09 01:11:54 +00:00
|
|
|
<item name="android:paddingStart">12dp</item>
|
|
|
|
|
<item name="android:paddingEnd">12dp</item>
|
2021-08-24 19:30:22 +01:00
|
|
|
<item name="android:stateListAnimator">@null</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
2021-01-11 14:54:23 -06:00
|
|
|
<!-- Icon displayed on the taskbar -->
|
|
|
|
|
<style name="BaseIcon.Workspace.Taskbar" >
|
|
|
|
|
<item name="iconDisplay">taskbar</item>
|
|
|
|
|
</style>
|
2021-07-30 16:00:20 -10:00
|
|
|
|
2023-04-03 12:05:13 -04:00
|
|
|
<style name="TaskbarEdu.Button.Done" parent="@android:style/Widget.Material.Button">
|
2021-07-30 16:00:20 -10:00
|
|
|
<item name="android:background">@drawable/button_taskbar_edu_colored</item>
|
|
|
|
|
<item name="android:stateListAnimator">@null</item>
|
|
|
|
|
<item name="android:textSize">16sp</item>
|
2023-05-02 21:10:30 +00:00
|
|
|
<item name="android:minHeight">36dp</item>
|
2021-07-30 16:00:20 -10:00
|
|
|
</style>
|
2021-08-24 14:23:36 -10:00
|
|
|
|
2022-12-21 03:23:32 +00:00
|
|
|
<style name="TextAppearance.TaskbarEduTooltip.Title" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle">
|
|
|
|
|
<item name="android:gravity">center_horizontal</item>
|
|
|
|
|
<item name="android:fontFamily">google-sans</item>
|
|
|
|
|
<item name="android:textSize">24sp</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="TextAppearance.TaskbarEduTooltip.Subtext" parent="android:TextAppearance.Material.Body1">
|
|
|
|
|
<item name="android:layout_marginTop">16dp</item>
|
|
|
|
|
<item name="android:fontFamily">google-sans-text</item>
|
|
|
|
|
<item name="android:textSize">14sp</item>
|
|
|
|
|
</style>
|
2023-01-24 15:27:00 -08:00
|
|
|
|
2023-05-10 11:43:25 -07:00
|
|
|
<style name="KeyboardQuickSwitchText">
|
2023-01-24 15:27:00 -08:00
|
|
|
<item name="fontFamily">google-sans-text</item>
|
|
|
|
|
<item name="android:textSize">14sp</item>
|
2024-09-15 08:50:28 +08:00
|
|
|
<item name="android:textColor">?attr/materialColorOnSurface</item>
|
2023-01-24 15:27:00 -08:00
|
|
|
<item name="lineHeight">20sp</item>
|
|
|
|
|
</style>
|
2023-03-03 23:03:51 +00:00
|
|
|
|
2023-05-10 11:43:25 -07:00
|
|
|
<style name="KeyboardQuickSwitchText.OnBackground" parent="KeyboardQuickSwitchText">
|
2024-09-15 08:50:28 +08:00
|
|
|
<item name="android:textColor">?attr/materialColorOnSurface</item>
|
2023-05-10 11:43:25 -07:00
|
|
|
</style>
|
|
|
|
|
|
2023-05-10 14:53:18 -07:00
|
|
|
<style name="GestureTutorialActivity" parent="@style/AppTheme">
|
2023-03-03 23:03:51 +00:00
|
|
|
<item name="background">@android:color/transparent</item>
|
2023-05-10 14:53:18 -07:00
|
|
|
<item name="tutorialSubtitle">@android:color/black</item>
|
2024-09-15 08:50:28 +08:00
|
|
|
<item name="surfaceContainer">?attr/materialColorSurfaceContainer</item>
|
|
|
|
|
<item name="onSurfaceHome">?attr/materialColorPrimaryFixed</item>
|
2023-05-10 14:53:18 -07:00
|
|
|
<item name="surfaceHome">@android:color/system_accent1_300</item>
|
2024-09-15 08:50:28 +08:00
|
|
|
<item name="secondaryHome">?attr/materialColorOnPrimaryFixedVariant</item>
|
|
|
|
|
<item name="onSurfaceBack">?attr/materialColorTertiaryFixed</item>
|
2023-05-10 14:53:18 -07:00
|
|
|
<item name="surfaceBack">@android:color/system_accent3_300</item>
|
2024-09-15 08:50:28 +08:00
|
|
|
<item name="secondaryBack">?attr/materialColorOnTertiaryFixedVariant</item>
|
|
|
|
|
<item name="onSurfaceOverview">?attr/materialColorPrimaryFixed</item>
|
2023-05-10 14:53:18 -07:00
|
|
|
<item name="surfaceOverview">@android:color/system_accent2_300</item>
|
2024-09-15 08:50:28 +08:00
|
|
|
<item name="secondaryOverview">?attr/materialColorOnSecondaryFixedVariant</item>
|
2023-03-03 23:03:51 +00:00
|
|
|
</style>
|
2023-05-31 18:24:05 +00:00
|
|
|
|
|
|
|
|
<style name="rotate_prompt_title" parent="TextAppearance.GestureTutorial.Dialog.Title">
|
2024-09-15 08:50:28 +08:00
|
|
|
<item name="android:textColor">?attr/materialColorOnSurface</item>
|
2023-05-31 18:24:05 +00:00
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="rotate_prompt_subtitle" parent="TextAppearance.GestureTutorial.Dialog.Subtitle">
|
2024-09-15 08:50:28 +08:00
|
|
|
<item name="android:textColor">?attr/materialColorOnSurfaceVariant</item>
|
2023-05-31 18:24:05 +00:00
|
|
|
</style>
|
2023-02-17 15:06:58 +00:00
|
|
|
|
|
|
|
|
<style name="ArrowTipTaskbarStyle">
|
2024-09-15 08:50:28 +08:00
|
|
|
<item name="arrowTipBackground">?attr/materialColorSurfaceContainer</item>
|
|
|
|
|
<item name="arrowTipTextColor">?attr/materialColorOnSurface</item>
|
2023-02-17 15:06:58 +00:00
|
|
|
</style>
|
2023-11-21 18:53:25 +00:00
|
|
|
|
|
|
|
|
<style name="IconAppChipMenuTextStyle">
|
|
|
|
|
<item name="android:fontFamily">google-sans-text-medium</item>
|
|
|
|
|
<item name="android:textSize">@dimen/task_thumbnail_icon_menu_text_size</item>
|
2024-09-15 08:50:28 +08:00
|
|
|
<item name="android:textColor">?attr/materialColorOnSurface</item>
|
2023-11-21 18:53:25 +00:00
|
|
|
<item name="android:letterSpacing">0.025</item>
|
|
|
|
|
<item name="android:lineHeight">20sp</item>
|
|
|
|
|
</style>
|
2023-11-17 16:45:56 -08:00
|
|
|
|
|
|
|
|
<style name="WidgetPickerActivityTheme" parent="@android:style/Theme.Translucent.NoTitleBar">
|
|
|
|
|
<item name="widgetsTheme">@style/WidgetContainerTheme</item>
|
|
|
|
|
<item name="android:windowBackground">@android:color/transparent</item>
|
2024-03-14 19:24:43 +00:00
|
|
|
<item name="pageIndicatorDotColor">@color/page_indicator_dot_color_light</item>
|
2023-11-17 16:45:56 -08:00
|
|
|
</style>
|
2023-01-24 15:27:00 -08:00
|
|
|
</resources>
|