Animation classname changes

Change-Id: I0b3b5f1563ab0ac301684880957ed55ebfc54da5
This commit is contained in:
Chet Haase
2010-09-07 13:43:53 -07:00
parent e0a989bcfa
commit d9855a8dbe
13 changed files with 169 additions and 209 deletions

View File

@@ -23,11 +23,10 @@ import com.example.android.apis.R;
import android.app.Activity;
import android.os.Bundle;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.SeekBar;
/**
* This application demonstrates the seeking capability of Animator. The SeekBar in the
* This application demonstrates the seeking capability of ValueAnimator. The SeekBar in the
* UI allows you to set the position of the animation. Pressing the Run button will play from
* the current position of the animation.
*/