48 lines
1.7 KiB
XML
48 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2015 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="Theme.Design" parent="Theme.AppCompat.Light.NoActionBar">
|
|
<item name="colorPrimary">#607D8B</item>
|
|
<item name="colorPrimaryDark">#455A64</item>
|
|
<item name="colorAccent">#FFAB40</item>
|
|
</style>
|
|
|
|
<style name="Theme.Design.TransparentStatus">
|
|
</style>
|
|
|
|
<style name="Theme.FAB" parent="Theme.AppCompat.Light.NoActionBar">
|
|
<item name="colorPrimary">#ff00bcd4</item>
|
|
<item name="colorPrimaryDark">#00838f</item>
|
|
<item name="colorAccent">#ff0000</item>
|
|
</style>
|
|
|
|
<style name="Theme.Navigation.Base" parent="Theme.AppCompat.Light.NoActionBar">
|
|
<item name="colorPrimary">#607D8B</item>
|
|
<item name="colorPrimaryDark">#455A64</item>
|
|
<item name="colorAccent">#FFAB40</item>
|
|
<item name="drawerArrowStyle">@style/DrawerArrowStyle</item>
|
|
</style>
|
|
|
|
<style name="DrawerArrowStyle" parent="Widget.AppCompat.DrawerArrowToggle">
|
|
<item name="spinBars">false</item>
|
|
</style>
|
|
|
|
<style name="Theme.Navigation" parent="Theme.Navigation.Base"/>
|
|
|
|
</resources> |