AvatarGenderBackgroundView.java 786 Bytes
package com.bitstrips.imoji.abv3.gender;

import android.content.Context;
import android.support.v7.widget.AppCompatImageView;
import android.util.AttributeSet;

public class AvatarGenderBackgroundView
  extends AppCompatImageView
{
  public AvatarGenderBackgroundView(Context paramContext)
  {
    super(paramContext);
  }
  
  public AvatarGenderBackgroundView(Context paramContext, AttributeSet paramAttributeSet)
  {
    super(paramContext, paramAttributeSet);
  }
  
  public void onMeasure(int paramInt1, int paramInt2)
  {
    super.onMeasure(paramInt1, paramInt1);
  }
}


/* Location:              /home/merong/decompile/hackery-dex2jar.jar!/com/bitstrips/imoji/abv3/gender/AvatarGenderBackgroundView.class
 * Java compiler version: 6 (50.0)
 * JD-Core Version:       0.7.1
 */