blob: 113d4b89dea149d84095d45fe0faa986c35247fa [file] [log] [blame]
package com.google.android.material.bottomappbar;
import android.content.Context;
import android.view.ViewGroup;
import android.util.AttributeSet;
public class BottomAppBar extends ViewGroup {
public BottomAppBar(Context context, AttributeSet attrs, int defStyleAttr) {
}
@Override
protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
}
}