<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright 2017 Google Inc.
  ~
  ~ 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="SplashTheme" parent="Theme.AppCompat.Light.NoActionBar">
        <item name="android:windowBackground">@drawable/splash</item>
        <item name="android:colorBackground">@color/blue_55</item>
    </style>

    <style name="BlueTheme" parent="android:Theme.Material">
        <item name="android:windowBackground">@color/blue_30</item>
        <item name="android:textColorPrimary">@color/white</item>
        <item name="android:colorPrimary">@color/blue_55</item>
        <item name="android:colorPrimaryDark">@color/blue_40</item>
        <item name="android:navigationBarColor">@color/blue_500</item>
    </style>

    <style name="LogoText">
        <item name="android:textStyle">bold</item>
        <item name="android:textSize">@dimen/logo_text</item>
        <item name="android:textColor">@color/white</item>
        <item name="android:shadowColor">@color/black</item>
        <item name="android:shadowDx">@dimen/shadow_xy</item>
        <item name="android:shadowDy">@dimen/shadow_xy</item>
        <item name="android:shadowRadius">@dimen/shadow_radius</item>
        <item name="android:paddingEnd">@dimen/horizontal_spacing</item>
    </style>
</resources>