Commit 601fd8b5 authored by Becky Zhou's avatar Becky Zhou Committed by Commit Bot

Add dummy theme to avoid breaking the bot

Bug: 930344, 925564
Change-Id: Ib087bcaf222a7c51a2a5a1e5368c873ad1afc21b
Reviewed-on: https://chromium-review.googlesource.com/c/1460111Reviewed-by: default avatarTheresa <twellington@chromium.org>
Commit-Queue: Becky Zhou <huayinz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#630599}
parent 30e182e8
...@@ -208,6 +208,10 @@ ...@@ -208,6 +208,10 @@
<item name="android:windowLightNavigationBar" tools:targetApi="28">false</item> <item name="android:windowLightNavigationBar" tools:targetApi="28">false</item>
</style> </style>
<!-- TODO(huayinz): Temporary theme. Remove this. -->
<style name="DialogWhenLarge" parent="Base.Theme.Chromium.DialogWhenLarge"
tools:ignore="UnusedResources" />
<!-- ThemeOverlay --> <!-- ThemeOverlay -->
<style name="OverflowMenuThemeOverlay" parent="Theme.AppCompat.DayNight"> <style name="OverflowMenuThemeOverlay" parent="Theme.AppCompat.DayNight">
<item name="android:popupBackground">@null</item> <item name="android:popupBackground">@null</item>
......
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