Solved

The Following Code Defines a Transition Between Two Activities

Question 55

Short Answer

The following code defines a transition between two activities. Add the code so that it lasts 5 seconds.
< ?xml version="1.0" encoding="utf-8"?>
< set xmlns:android="http://schemas.android.com/apk/res/android">
< translate
android:fromYDelta="-100%"
android:toYDelta="0"
< !--Your code goes here -->
< /set>

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions