| <?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 xmlns:android="http://schemas.android.com/apk/res/android"> |
| |
| <style name="Theme.SystemUI.DayNightDialog" parent="@android:style/Theme.DeviceDefault.Dialog"/> |
| |
| <style name="Theme.SystemUI.Dialog.Alert" parent="@*android:style/Theme.DeviceDefault.Dialog.Alert" /> |
| |
| <style name="Theme.SystemUI.Dialog.GlobalActions" parent="@android:style/Theme.DeviceDefault.NoActionBar.Fullscreen"> |
| <item name="android:windowIsFloating">true</item> |
| </style> |
| |
| <!-- Screenshots --> |
| <style name="LongScreenshotActivity" parent="@android:style/Theme.DeviceDefault.DayNight"> |
| <item name="android:windowNoTitle">true</item> |
| <item name="android:windowLightStatusBar">false</item> |
| <item name="android:windowLightNavigationBar">false</item> |
| <item name="android:navigationBarColor">?android:attr/colorBackgroundFloating</item> |
| <item name="android:textColorSecondary">?android:attr/textColorPrimaryInverse</item> |
| </style> |
| |
| <!-- Clipboard overlay's edit text activity. --> |
| <style name="EditTextActivity" parent="@android:style/Theme.DeviceDefault.DayNight"> |
| <item name="android:windowNoTitle">true</item> |
| <item name="android:windowLightStatusBar">false</item> |
| <item name="android:windowLightNavigationBar">false</item> |
| <item name="android:navigationBarColor">?android:attr/colorBackgroundFloating</item> |
| </style> |
| |
| <style name="FloatingOverlay" parent="@android:style/Theme.DeviceDefault.DayNight"> |
| <item name="overlayButtonTextColor">?android:attr/textColorPrimaryInverse</item> |
| </style> |
| |
| <style name="EditTextActivityButton" parent="@android:style/Widget.DeviceDefault.Button.Colored"> |
| <item name="android:textColor">?android:attr/textColorPrimaryInverse</item> |
| </style> |
| |
| <style name="Theme.PeopleTileConfigActivity" parent="@style/Theme.SystemUI"> |
| <item name="android:windowActionBar">false</item> |
| <item name="android:windowNoTitle">true</item> |
| <item name="android:windowLightStatusBar">false</item> |
| </style> |
| |
| <style name="TextAppearance.InternetDialog.Active"> |
| <item name="android:fontFamily">@*android:string/config_headlineFontFamily</item> |
| <item name="android:textSize">16sp</item> |
| <item name="android:textColor">@color/material_dynamic_primary80</item> |
| <item name="android:textDirection">locale</item> |
| </style> |
| |
| <style name="TextAppearance.InternetDialog.Secondary.Active"> |
| <item name="android:textSize">14sp</item> |
| <item name="android:textColor">@color/material_dynamic_secondary80</item> |
| </style> |
| |
| </resources> |