All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.actionbarsherlock.view.ContextMenu Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version

package com.actionbarsherlock.view;

import android.graphics.drawable.Drawable;
import android.view.View;

public interface ContextMenu extends Menu {
    public void clearHeader();

    public ContextMenu setHeaderIcon(Drawable icon);

    public ContextMenu setHeaderIcon(int iconRes);

    public ContextMenu setHeaderTitle(CharSequence title);

    public ContextMenu setHeaderTitle(int titleRes);

    public ContextMenu setHeaderView(View view);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy