blob: ac2e44dfc5a37efb19e70817ebf02411f28e923e [file] [log] [blame]
package com.android.server.status;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.LinearLayout;
public class NotificationLinearLayout extends LinearLayout {
public NotificationLinearLayout(Context context, AttributeSet attrs) {
super(context, attrs);
}
}