there's a way to extends AppCompatActivity and LinearLayout?
when I do this , it's full of error
public class MessageContainerView extends AppCompatActivity,LinearLayout implements OnLayoutChangedListener, OnCreateContextMenuListener,OnClickListener,TextToSpeech.OnInitListener
How can I solve that?