Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <resources>
      3     <style name="noAnimTheme" parent="android:Theme">
      4         <item name="android:windowAnimationStyle">@null</item>
      5     </style>
      6 </resources>
      7