Merge "Fix ApiDemo for transitions" into klp-dev
This commit is contained in:
@@ -13,11 +13,11 @@
|
|||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
<transitionSet xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<changeBounds/>
|
<changeBounds/>
|
||||||
<fade android:fadingMode="fade_in" >
|
<fade android:fadingMode="fade_in" >
|
||||||
<targets>
|
<targets>
|
||||||
<target android:targetId="@id/grayscaleContainer" />
|
<target android:targetId="@id/grayscaleContainer" />
|
||||||
</targets>
|
</targets>
|
||||||
</fade>
|
</fade>
|
||||||
</set>
|
</transitionSet>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<!-- BEGIN_INCLUDE(TransitionSet) -->
|
<!-- BEGIN_INCLUDE(TransitionSet) -->
|
||||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
<transitionSet xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:transitionOrdering="sequential">
|
android:transitionOrdering="sequential">
|
||||||
<changeBounds/>
|
<changeBounds/>
|
||||||
<fade android:fadingMode="fade_out" >
|
<fade android:fadingMode="fade_out" >
|
||||||
@@ -22,5 +22,5 @@
|
|||||||
<target android:targetId="@id/grayscaleContainer" />
|
<target android:targetId="@id/grayscaleContainer" />
|
||||||
</targets>
|
</targets>
|
||||||
</fade>
|
</fade>
|
||||||
</set>
|
</transitionSet>
|
||||||
<!-- END_INCLUDE(TransitionSet) -->
|
<!-- END_INCLUDE(TransitionSet) -->
|
||||||
|
|||||||
Reference in New Issue
Block a user