blob: 54349d6d2cca25fd8996e00aad960cc78e58556f [file] [log] [blame]
package com.google.android.material.tabs;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.HorizontalScrollView;
public class TabLayout extends HorizontalScrollView {
public TextInputLayout(Context context, AttributeSet attrs, int defStyleAttr) {
super(context, attrs, defStyleAttr);
}
}