7b44f1cd91
Bug: 8435176 Change-Id: Idf1df53ba80af13922b984e6a6997c8e576de0ee
57 lines
2.5 KiB
XML
57 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2009 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.
|
|
-->
|
|
|
|
<!-- non-xlarge. See also values-xlarge for specializations for xlarge screens -->
|
|
<resources>
|
|
<!-- The headline at the top of every account settings fragments (in preferences) -->
|
|
<!-- TODO these are estimates for the phone UX - final sizes TBD -->
|
|
<style name="accountSettingsHeadline">
|
|
<item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
|
|
</style>
|
|
|
|
<!-- The large headline at the top of every account setup screen -->
|
|
<!-- TODO these are estimates for the phone UX - final sizes TBD -->
|
|
<style name="accountSetupHeadline">
|
|
<item name="android:textSize">22sp</item>
|
|
<item name="android:textColor">@color/account_setup_headline_color</item>
|
|
</style>
|
|
|
|
<!-- Wizard buttons on the account setup screens -->
|
|
<!-- TODO these are estimates for the phone UX - final sizes TBD -->
|
|
<style name="accountSetupButton">
|
|
<item name="android:layout_width">160sp</item>
|
|
<item name="android:layout_height">40sp</item>
|
|
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
|
<item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
|
|
</style>
|
|
|
|
<!-- Cancel/Done buttons on the account settings (server settings) fragments -->
|
|
<style name="accountSettingsButton">
|
|
<item name="android:layout_width">160sp</item>
|
|
<item name="android:layout_height">40sp</item>
|
|
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
|
<item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
|
|
</style>
|
|
|
|
<!-- Info text in any account setup screen -->
|
|
<style name="accountSetupInfoText">
|
|
<item name="android:textSize">18sp</item>
|
|
<item name="android:textColor">@color/account_setup_info_text_color</item>
|
|
</style>
|
|
|
|
</resources>
|
|
|