Example usage for android.widget RelativeLayout subclass-usage

List of usage examples for android.widget RelativeLayout subclass-usage

Introduction

In this page you can find the example usage for android.widget RelativeLayout subclass-usage.

Usage

From source file com.pedrovgs.draggablepanel.DraggableView.java

/**
 * Class created to extends a ViewGroup and simulate the YoutubeLayoutComponent
 *
 * @author Pedro Vicente Gmez Snchez
 */
public class DraggableView extends RelativeLayout {

From source file com.auth0.android.lock.views.FormLayout.java

public class FormLayout extends RelativeLayout implements ModeSelectionView.ModeSelectedListener, IdentityListener {
    private static final String TAG = FormLayout.class.getSimpleName();
    private static final int SINGLE_FORM_POSITION = 0;
    private static final int MULTIPLE_FORMS_POSITION = 2;

    private final LockWidgetForm lockWidget;

From source file org.messic.android.smartphone.views.player.PlayerView.java

public class PlayerView extends RelativeLayout implements PlayerEventListener {

    private static final Integer STATUS_PLAY = 1;
    private static final Integer STATUS_PAUSE = 2;
    @Inject
    UtilMusicPlayer ump;

From source file com.adwhirl.AdWhirlLayout.java

public class AdWhirlLayout extends RelativeLayout {
    public static final String ADWHIRL_KEY = "ADWHIRL_KEY";
    public WeakReference<Activity> activityReference;

    // Only the UI thread can update the UI, so we need this for UI callbacks
    public final Handler handler = new Handler();

From source file com.github.pedrovgs.DraggableView.java

/**
 * Class created to extends a ViewGroup and simulate the YoutubeLayoutComponent
 *
 * @author Pedro Vicente Gmez Snchez
 */
public class DraggableView extends RelativeLayout {

From source file cn.wyx.android.swipeback.swipe.SwipeBackLayout.java

/**
 * Swipe or Pull to finish a Activity.
 * <p/>
 * This layout must be a root layout and contains only one direct child view.
 * <p/>
 * The activity must use a theme that with translucent style.

From source file main.java.com.github.pedrovgs.DraggableView.java

/**
 * Class created to extends a ViewGroup and simulate the YoutubeLayoutComponent
 *
 * @author Pedro Vicente Gmez Snchez
 */
public class DraggableView extends RelativeLayout {

From source file lemonlabs.android.expandablebuttonmenu.ExpandableButtonMenu.java

@SuppressWarnings("ConstantConditions")
public class ExpandableButtonMenu extends RelativeLayout implements View.OnClickListener {

    private static final String TAG = "ExpandableButtonMenu";

    public enum MenuButton {

From source file org.odk.collect.android.widgets.QuestionWidget.java

public abstract class QuestionWidget extends RelativeLayout implements Widget, AudioPlayListener {

    protected final int questionFontsize;
    protected final int answerFontsize;
    protected FormEntryPrompt formEntryPrompt;
    protected MediaLayout questionMediaLayout;

From source file map.karen.com.residemenu.drag.DraggableView.java

/**
 * Class created to extends a ViewGroup and simulate the YoutubeLayoutComponent
 *
 * @author Pedro Vicente Gmez Snchez
 */
public class DraggableView extends RelativeLayout {