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.
|
|
|
|
|
-->
|
|
|
|
|
<resources>
|
|
|
|
|
<!-- Task Menu layout styles. -->
|
|
|
|
|
<style name="TaskMenu">
|
|
|
|
|
<item name="android:orientation">vertical</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<!-- Task Menu Option layout styles. -->
|
|
|
|
|
<style name="TaskMenu.Option">
|
|
|
|
|
<item name="android:layout_width">match_parent</item>
|
|
|
|
|
<item name="android:layout_height">wrap_content</item>
|
|
|
|
|
</style>
|
2019-12-26 09:40:12 -08:00
|
|
|
|
2020-04-16 17:46:13 +00:00
|
|
|
<style name="TextAppearance.GestureTutorial"
|
2019-12-26 09:40:12 -08:00
|
|
|
parent="android:TextAppearance.Material.Body1" />
|
|
|
|
|
|
2020-04-16 17:46:13 +00:00
|
|
|
<style name="TextAppearance.GestureTutorial.CallToAction"
|
2019-12-26 09:40:12 -08:00
|
|
|
parent="android:TextAppearance.Material.Body2" />
|
|
|
|
|
|
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-04-16 21:13:01 +00:00
|
|
|
<style name="TextAppearance.GestureTutorial.Feedback"
|
|
|
|
|
parent="TextAppearance.GestureTutorial">
|
|
|
|
|
<item name="android:gravity">center</item>
|
2020-06-03 18:56:27 -04:00
|
|
|
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
2020-04-16 21:13:01 +00:00
|
|
|
<item name="android:letterSpacing">0.03</item>
|
|
|
|
|
<item name="android:textSize">21sp</item>
|
|
|
|
|
</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>
|
2020-04-14 23:08:46 +00:00
|
|
|
<item name="android:textColor">@color/gesture_tutorial_action_button_label_color</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>
|
|
|
|
|
</style>
|
|
|
|
|
|
2020-04-16 17:46:13 +00:00
|
|
|
<style name="TextAppearance.GestureTutorial.TextButtonLabel"
|
|
|
|
|
parent="TextAppearance.GestureTutorial.ButtonLabel">
|
2020-04-14 23:08:46 +00:00
|
|
|
<item name="android:textColor">@color/gesture_tutorial_primary_color</item>
|
2019-12-26 09:40:12 -08:00
|
|
|
</style>
|
2020-03-09 18:10:08 -07:00
|
|
|
|
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>
|
|
|
|
|
|
2020-03-09 18:10:08 -07:00
|
|
|
<style name="OverviewActionButton"
|
|
|
|
|
parent="@android:style/Widget.DeviceDefault.Button.Borderless">
|
2020-04-27 13:29:57 -07:00
|
|
|
<item name="android:textColor">@color/overview_button</item>
|
|
|
|
|
<item name="android:drawableTint">@color/overview_button</item>
|
2021-03-29 16:52:26 -07:00
|
|
|
<item name="android:tint">?android:attr/textColorPrimary</item>
|
2020-05-28 16:46:44 -07:00
|
|
|
<item name="android:drawablePadding">8dp</item>
|
2020-03-09 18:10:08 -07:00
|
|
|
<item name="android:textAllCaps">false</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>
|
2018-06-06 17:07:29 -07:00
|
|
|
</resources>
|