Commit 53b3c46d authored by Nate Fischer's avatar Nate Fischer Committed by Commit Bot

AW: add copyright headers to XML styles

No change to logic.

This only adds copyright headers to existing XML files. These files were
committed without copyright headers, but there's no reason they should
not have them.

Fixed: 1023573
Test: N/A
Change-Id: I7af8539a877784b8205ff56ce3ccfc5bc0c7a9e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1910860
Auto-Submit: Nate Fischer <ntfschr@chromium.org>
Commit-Queue: Richard Coles <torne@chromium.org>
Reviewed-by: default avatarRichard Coles <torne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714648}
parent 67278f4b
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019 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> <resources>
<style name="Theme.DevUi.DayNight" parent="@android:style/Theme.Material" /> <style name="Theme.DevUi.DayNight" parent="@android:style/Theme.Material" />
</resources> </resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019 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> <resources>
<style name="Theme.DevUi.DayNight" parent="@android:style/Theme.Material.Light.DarkActionBar" /> <style name="Theme.DevUi.DayNight" parent="@android:style/Theme.Material.Light.DarkActionBar" />
</resources> </resources>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment