blob: 5dab0eeca0cacabb37328c7dc9041d3ed42c89cb [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2016 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- On Android N, if the ChromeLauncherActivity is NoDisplay then
intents are not always immediately sent when Chrome is docked to
the top of the screen in multi-window mode. Use Translucent.NoTitleBar
for the theme instead. See crbug.com/645074. -->
<style name="LauncherTheme" parent="@android:style/Theme.Translucent.NoTitleBar" />
</resources>