blob: 18df82f45ad45b5e3082fb8f32bbac2ab9490977 [file] [log] [blame]
package android.support.design.widget;
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);
}
}