summaryrefslogtreecommitdiffstats
path: root/tests/VectorDrawableTest/src/com/android/test/dynamic
diff options
context:
space:
mode:
authorztenghui <ztenghui@google.com>2014-08-04 13:07:51 -0700
committerTenghui Zhu <ztenghui@google.com>2014-08-04 20:46:20 +0000
commit5eb5cde467081d1af628e5463ba55f110265a86f (patch)
tree6d1731cfd531dba4ba109fe1910d2798dfc77620 /tests/VectorDrawableTest/src/com/android/test/dynamic
parent5c09e8ad5ee8e67976066366527ee58792551953 (diff)
downloadframeworks_base-5eb5cde467081d1af628e5463ba55f110265a86f.zip
frameworks_base-5eb5cde467081d1af628e5463ba55f110265a86f.tar.gz
frameworks_base-5eb5cde467081d1af628e5463ba55f110265a86f.tar.bz2
Fix one typo and add linear progress bar in the test.
Change-Id: Ib516fd4a27000d8e69a6640386332140ff0d6fdd
Diffstat (limited to 'tests/VectorDrawableTest/src/com/android/test/dynamic')
-rw-r--r--tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java b/tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java
index b1ba0dd..f165cde 100644
--- a/tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java
+++ b/tests/VectorDrawableTest/src/com/android/test/dynamic/AnimatedVectorDrawableTest.java
@@ -22,10 +22,11 @@ import android.widget.Button;
import android.widget.GridLayout;
import android.widget.ScrollView;
-public class AnimatedVectorDrawableTest extends Activity implements View.OnClickListener{
+public class AnimatedVectorDrawableTest extends Activity implements View.OnClickListener {
private static final String LOGCAT = "AnimatedVectorDrawableTest";
protected int[] icon = {
+ R.drawable.animation_vector_linear_progress_bar,
R.drawable.animation_vector_drawable_grouping_1,
R.drawable.animation_vector_progress_bar,
R.drawable.animation_vector_drawable_favorite,