blob: dc7fe9a82da0454d800eb9eb887e7f8d5fdeb467 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
/**
* Copyright (C) 2014 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="SetupWorkSpaceTheme" parent="@android:Theme.Material.Light">
<item name="android:windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>
</style>
<style name="SetupWorkSpaceHeader">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:background">@color/light_turquoise</item>
<item name="android:src">@drawable/setup_illustration</item>
</style>
<style name="SetupWorkSpaceTitle" parent ="@style/SetupWorkSpaceLeftRightPadding">
<item name="android:text">@string/setup_work_space</item>
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">72dp</item>
<item name="android:textSize">24sp</item>
<item name="android:background">@color/dark_turquoise</item>
<item name="android:textColor">@color/white</item>
<item name="android:gravity">center_vertical</item>
</style>
<style name="SetupWorkSpaceMainText">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:textSize">14sp</item>
<item name="android:textColor">@color/black</item>
<item name="android:paddingTop">16dp</item>
</style>
<style name="SetupButton">
<item name="android:layout_width">100dp</item>
<item name="android:layout_height">35dp</item>
<item name="android:textSize">14sp</item>
<item name="android:textColor">@color/white</item>
<item name="android:background">@color/blue</item>
</style>
<style name="SetupWorkSpaceTextContainer" parent ="@style/SetupWorkSpaceLeftRightPadding">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">0dp</item>
<item name="android:layout_weight">1</item>
<item name="android:orientation">vertical</item>
<item name="android:paddingBottom">24dp</item>
<item name="android:background">@color/white</item>
</style>
<style name="SetupWorkSpaceLeftRightPadding">
<item name="android:paddingLeft">16dp</item>
<item name="android:paddingRight">16dp</item>
</style>
</resources>