Merge "docs: Fixed namespace shown in a line of style XML" into mnc-mr-docs

This commit is contained in:
Kevin Hufnagle
2016-03-31 15:15:45 +00:00
committed by Android (Google) Code Review

View File

@@ -203,7 +203,7 @@ enter, exit, and shared element transitions in your style definition:</p>
<pre>
&lt;style name="BaseAppTheme" parent="android:Theme.Material">
&lt;!-- enable window content transitions -->
&lt;item name="android:android:windowActivityTransitions">true&lt;/item>
&lt;item name="android:windowActivityTransitions">true&lt;/item>
&lt;!-- specify enter and exit transitions -->
&lt;item name="android:windowEnterTransition">@transition/explode&lt;/item>