Revert D5176953: [rn] Remove DialogWhenLarge style from devsupport

Differential Revision: D5176953

fbshipit-source-id: 130e4180de02d4ad14a9c4c5d7a672741b8f40b7
This commit is contained in:
Andrew Y. Chen 2017-06-11 17:31:29 -07:00 committed by Facebook Github Bot
parent e8df8d9fd5
commit ac19ddeea8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<resources>
<style name="Theme"/>
<style name="Theme.Catalyst"/>
<style name="Theme.Catalyst.RedBox">
<style name="Theme.Catalyst.RedBox" parent="@style/Theme.AppCompat.DialogWhenLarge">
<item name="android:windowBackground">@color/catalyst_redbox_background</item>
<item name="android:windowAnimationStyle">@style/Animation.Catalyst.RedBox</item>
<item name="android:inAnimation">@android:anim/fade_in</item>