2010-11-15 05:16:49 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Copyright (C) 2010 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.
|
|
|
|
-->
|
|
|
|
|
2011-05-25 19:08:09 +00:00
|
|
|
<!-- Specializations for tablet screens - most colors are in values/colors.xml -->
|
2010-11-15 05:16:49 +00:00
|
|
|
<resources>
|
|
|
|
<!-- The large headline at the top of every account setup screen -->
|
|
|
|
<style name="accountSetupHeadline">
|
2011-01-10 08:42:26 +00:00
|
|
|
<item name="android:textSize">30sp</item>
|
2010-11-15 05:16:49 +00:00
|
|
|
<item name="android:textColor">@color/account_setup_headline_color</item>
|
|
|
|
</style>
|
|
|
|
|
2011-01-10 08:42:26 +00:00
|
|
|
<!-- Item labels in any account setup screen -->
|
|
|
|
<style name="accountSetupLabelText">
|
|
|
|
<item name="android:textSize">14sp</item>
|
|
|
|
<item name="android:textColor">@color/account_setup_label_text_color</item>
|
|
|
|
</style>
|
|
|
|
|
2010-11-15 05:16:49 +00:00
|
|
|
<!-- Wizard buttons on the account setup screens -->
|
|
|
|
<style name="accountSetupButton">
|
2011-01-10 08:42:26 +00:00
|
|
|
<item name="android:layout_width">208sp</item>
|
|
|
|
<item name="android:layout_height">48sp</item>
|
|
|
|
<item name="android:textSize">18sp</item>
|
2010-11-15 05:16:49 +00:00
|
|
|
</style>
|
|
|
|
|
2010-12-03 05:45:04 +00:00
|
|
|
<!-- Cancel/Done buttons on the account settings (server settings) fragments -->
|
|
|
|
<style name="accountSettingsButton">
|
2011-01-10 08:42:26 +00:00
|
|
|
<item name="android:layout_width">208sp</item>
|
|
|
|
<item name="android:layout_height">48sp</item>
|
|
|
|
<item name="android:textSize">18sp</item>
|
2010-12-03 05:45:04 +00:00
|
|
|
</style>
|
2010-11-15 05:16:49 +00:00
|
|
|
</resources>
|