You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
3.1 KiB
71 lines
3.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2019 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>
|
|
|
|
<style name="DialerSettingsLight" parent="SettingsLight">
|
|
<!-- Action bar.-->
|
|
<item name="android:windowBackground">@color/dialer_background_color</item>
|
|
<item name="android:actionModeBackground">@color/dialer_background_color</item>
|
|
<!-- Navigation bar.-->
|
|
<item name="android:navigationBarColor">@color/dialer_background_color</item>
|
|
<item name="android:navigationBarDividerColor">@color/dialer_divider_color</item>
|
|
<item name="android:colorAccent">@color/dialer_theme_color</item>
|
|
<item name="android:dialogTheme">@style/DialerAlertDialogTheme</item>
|
|
</style>
|
|
|
|
<style name="EmergencyInfoNameTextAppearance"
|
|
parent="@android:style/TextAppearance.Material.Subhead">
|
|
<item name="android:textColor">@android:color/white</item>
|
|
<item name="android:textSize">@dimen/emergency_info_name_text_size</item>
|
|
</style>
|
|
|
|
<style name="EmergencyInfoHintTextAppearance"
|
|
parent="@android:style/TextAppearance.Material.Subhead">
|
|
<item name="android:textColor">@color/white_70_percent</item>
|
|
<item name="android:textSize">@dimen/emergency_info_hint_text_size</item>
|
|
</style>
|
|
|
|
<style name="EmergencyInfoTapHintTextAppearance"
|
|
parent="@android:style/TextAppearance.Material.Subhead">
|
|
<item name="android:textColor">@android:color/white</item>
|
|
<item name="android:textSize">@dimen/emergency_info_tap_hint_text_size</item>
|
|
</style>
|
|
|
|
<style name="ShortcutViewHintTextAppearance"
|
|
parent="@android:style/TextAppearance.Material.Subhead">
|
|
<item name="android:textColor">@android:color/white</item>
|
|
</style>
|
|
|
|
<style name="PhoneNumberTextAppearance"
|
|
parent="@android:style/TextAppearance.Material.Subhead">
|
|
<item name="android:textColor">@android:color/white</item>
|
|
<item name="android:textSize">@dimen/emergency_shortcut_number_text_size</item>
|
|
</style>
|
|
|
|
<style name="PhoneNumberTypeAppearance">
|
|
<item name="android:fontFamily">roboto</item>
|
|
<item name="android:textColor">@color/white_70_percent</item>
|
|
<item name="android:textSize">@dimen/emergency_shortcut_type_text_size</item>
|
|
</style>
|
|
|
|
<style name="PhoneNumberTapHintAppearance"
|
|
parent="@android:style/TextAppearance.Material.Subhead">
|
|
<item name="android:textColor">@android:color/white</item>
|
|
<item name="android:textSize">@dimen/emergency_shortcut_tap_hint_text_size</item>
|
|
</style>
|
|
</resources>
|