diff --git a/.google/packaging.yaml b/.google/packaging.yaml new file mode 100644 index 00000000..2a71820c --- /dev/null +++ b/.google/packaging.yaml @@ -0,0 +1,30 @@ +# GOOGLE SAMPLE PACKAGING DATA +# +# This file is used by Google as part of our samples packaging process. +# End users may safely ignore this file. It has no relevance to other systems. +--- +status: PUBLISHED +technologies: [Android] +categories: [Design, UI, Testing, Transition, Views] +languages: [Java] +solutions: [Mobile] + +github: googlesamples/android-topeka + +level: INTERMEDIATE + +icon: screenshots/ic_web.png + +apiRefs: + - android:android.animation.Animator + - android:android.animation.AnimatorListenerAdapter + - android:android.animation.ObjectAnimator + - android:android.widget.AdapterViewAnimator + - android:android.view.ViewAnimationUtils + - android:android.view.animation.AnimationUtils + - android:android.view.animation.Interpolator + - android:android.view.ViewOutlineProvider + - android:android.view.ContextThemeWrapper + + +license: apache2-google diff --git a/screenshots/ic_web.png b/screenshots/ic_web.png new file mode 100644 index 00000000..9341dfc7 Binary files /dev/null and b/screenshots/ic_web.png differ