| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2013 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 xmlns:android="http://schemas.android.com/apk/res/android"> |
| <style name="LauncherTheme" parent="DocumentsTheme"> |
| <item name="android:windowBackground">@drawable/launcher_screen_night</item> |
| </style> |
| <style name="DocumentsTheme" parent="@android:style/Theme.DeviceDefault.DocumentsUI"> |
| |
| <!-- Toolbar --> |
| <item name="android:actionModeBackground">?android:attr/colorBackground</item> |
| <item name="android:actionBarSize">@dimen/action_bar_size</item> |
| |
| <!-- Color section --> |
| <item name="android:colorAccent">@color/primary</item> |
| <item name="android:colorBackground">@color/app_background_color</item> |
| <item name="android:colorBackgroundFloating">@color/background_floating</item> |
| <item name="android:colorControlHighlight">@color/ripple_material_dark</item> |
| <item name="android:colorControlActivated">@color/primary</item> |
| <item name="android:colorPrimary">@color/primary</item> |
| <item name="android:colorSecondary">@color/secondary</item> |
| <item name="android:strokeColor">@color/hairline</item> |
| |
| <!-- System | Widget section --> |
| <item name="android:listDivider">@drawable/list_divider</item> |
| <item name="android:statusBarColor">?android:attr/colorBackground</item> |
| <item name="android:windowBackground">?android:attr/colorBackground</item> |
| <item name="android:windowLightStatusBar">false</item> |
| <item name="android:windowLightNavigationBar">false</item> |
| <item name="android:windowNoTitle">true</item> |
| <item name="android:windowSoftInputMode">stateUnspecified|adjustUnspecified</item> |
| |
| </style> |
| </resources> |