Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a864902d authored by Colin Cross's avatar Colin Cross
Browse files

Fix errors caught by aapt2

Fixes:
frameworks/base/tests/ActivityTests/res/values/themes.xml:18: error: resource previously defined here.
frameworks/base/tests/ActivityTests/res/values/themes.xml:21: error: duplicate value for resource 'style/SlowDialog' with config ''.

Bug: 79481102
Test: m java FORCE_AAPT2=true
Change-Id: I06b1552220b5acd8790d72555e36a0466c523b67
parent 2a661bff
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@
<resources>
    <style name="SlowDialog" parent="@android:style/Theme.Holo.Dialog">
        <item name="android:windowAnimationStyle">@style/SlowDialog</item>
    </style>
    <style name="SlowDialog">
        <item name="android:windowEnterAnimation">@anim/slow_enter</item>
        <item name="android:windowExitAnimation">@anim/slow_exit</item>
    </style>