blob: acf6ed4f176c921df257a5efe9f3bb8832eb9b6a [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>
<!--
Themes in the "Base.Theme.*" family vary based on the current platform
version to provide the correct basis on each device. You probably don't
want to use them directly in your apps.
Themes in the "Theme.AppCompat" family are meant to be extended or used
directly by apps.
-->
<eat-comment />
<style name="Base.Theme.AppCompat" parent="android:Theme.Quantum">
<!-- Copy our color palette attribute values to the framework's -->
<item name="android:colorPrimary">?attr/colorPrimary</item>
<item name="android:colorPrimaryDark">?attr/colorPrimaryDark</item>
<item name="android:colorPrimaryLight">?attr/colorPrimaryLight</item>
<item name="android:colorAccent">?attr/colorAccent</item>
<item name="android:colorControlNormal">?attr/colorControlNormal</item>
<item name="android:colorControlActivated">?attr/colorControlActivated</item>
<item name="android:colorButtonNormal">?attr/colorButtonNormal</item>
</style>
<style name="Base.Theme.AppCompat.Light" parent="android:Theme.Quantum.Light">
<!-- Copy our color palette attribute values to the framework's -->
<item name="android:colorPrimary">?attr/colorPrimary</item>
<item name="android:colorPrimaryDark">?attr/colorPrimaryDark</item>
<item name="android:colorPrimaryLight">?attr/colorPrimaryLight</item>
<item name="android:colorAccent">?attr/colorAccent</item>
<item name="android:colorControlNormal">?attr/colorControlNormal</item>
<item name="android:colorControlActivated">?attr/colorControlActivated</item>
<item name="android:colorButtonNormal">?attr/colorButtonNormal</item>
</style>
<style name="Base.Theme.AppCompat.Light.DarkActionBar" parent="android:Theme.Quantum.Light.DarkActionBar">
<!-- Copy our color palette attribute values to the framework's -->
<item name="android:colorPrimary">?attr/colorPrimary</item>
<item name="android:colorPrimaryDark">?attr/colorPrimaryDark</item>
<item name="android:colorPrimaryLight">?attr/colorPrimaryLight</item>
<item name="android:colorAccent">?attr/colorAccent</item>
<item name="android:colorControlNormal">?attr/colorControlNormal</item>
<item name="android:colorControlActivated">?attr/colorControlActivated</item>
<item name="android:colorButtonNormal">?attr/colorButtonNormal</item>
</style>
</resources>