Search in sources :

Example 1 with AvatarView

use of com.google.samples.apps.topeka.widget.AvatarView in project android-topeka by googlesamples.

the class QuizFragment method onViewCreated.

@Override
public void onViewCreated(View view, @Nullable Bundle savedInstanceState) {
    mQuizView = (AdapterViewAnimator) view.findViewById(R.id.quiz_view);
    decideOnViewToDisplay();
    setQuizViewAnimations();
    final AvatarView avatar = (AvatarView) view.findViewById(R.id.avatar);
    setAvatarDrawable(avatar);
    initProgressToolbar(view);
    super.onViewCreated(view, savedInstanceState);
}
Also used : AvatarView(com.google.samples.apps.topeka.widget.AvatarView)

Aggregations

AvatarView (com.google.samples.apps.topeka.widget.AvatarView)1