Navigation Menu

Skip to content

Commit

Permalink
Remove DialogWhenLarge style from devsupport
Browse files Browse the repository at this point in the history
Reviewed By: AaaChiuuu

Differential Revision: D5176953

fbshipit-source-id: 52f426a0fbcdb07e1d250215342dceaeb6040261
  • Loading branch information
ayc1 authored and facebook-github-bot committed Jun 6, 2017
1 parent 1ad08aa commit 37d4fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactAndroid/src/main/res/devsupport/values/styles.xml
Expand Up @@ -2,7 +2,7 @@
<resources> <resources>
<style name="Theme"/> <style name="Theme"/>
<style name="Theme.Catalyst"/> <style name="Theme.Catalyst"/>
<style name="Theme.Catalyst.RedBox" parent="@style/Theme.AppCompat.DialogWhenLarge"> <style name="Theme.Catalyst.RedBox">
<item name="android:windowBackground">@color/catalyst_redbox_background</item> <item name="android:windowBackground">@color/catalyst_redbox_background</item>
<item name="android:windowAnimationStyle">@style/Animation.Catalyst.RedBox</item> <item name="android:windowAnimationStyle">@style/Animation.Catalyst.RedBox</item>
<item name="android:inAnimation">@android:anim/fade_in</item> <item name="android:inAnimation">@android:anim/fade_in</item>
Expand Down

0 comments on commit 37d4fd3

Please sign in to comment.