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.sahana.geosmser.view.ReverseGeocoderView.java

public class ReverseGeocoderView extends RelativeLayout {

    private Context mContext;
    private EditText mEditText;
    private TextView mTextView;
    private Button mButton;

From source file cn.changwentao.ad.BannerAdView.java

/**
 * ????
 * 
 */
public class BannerAdView extends RelativeLayout implements OnPageChangeListener, View.OnClickListener {

From source file com.numicago.guiahollywood.pager.SwipeyTabsView.java

public class SwipeyTabsView extends RelativeLayout implements OnPageChangeListener, OnTouchListener {

    @SuppressWarnings("unused")
    private static final String TAG = "com.astuetz.viewpager.extensions";

    // Scrolling direction

From source file com.cairoconfessions.SwipeyTabsView.java

public class SwipeyTabsView extends RelativeLayout implements OnPageChangeListener, OnTouchListener {

    @SuppressWarnings("unused")
    private static final String TAG = "com.astuetz.viewpager.extensions";

    // Scrolling direction

From source file com.stepstone.stepper.internal.widget.StepTab.java

/**
 * A widget for a single tab in the {@link TabsContainer}.
 */
@RestrictTo(LIBRARY)
public class StepTab extends RelativeLayout {

From source file de.blinkt.openvpn.CircleLoading.CircularBarPager.java

/**
 * Created by oliviergoutay and stoyan on 12/10/14.
 */
public class CircularBarPager extends RelativeLayout {

    /**

From source file com.appsimobile.appsii.Sidebar.java

/**
 * This class is the basic implementation of the sidebar. It communicates various
 * state events from Appsii to the SidebarPagerAdapter and manages the ViewPager
 */
public class Sidebar extends RelativeLayout implements LoaderListener, View.OnClickListener,
        SharedPreferences.OnSharedPreferenceChangeListener, AbstractSidebarPagerAdapter.FlagListener {

From source file io.github.hidroh.materialistic.widget.StoryView.java

public class StoryView extends RelativeLayout implements Checkable {
    private static final int VOTE_DELAY_MILLIS = 500;
    private static final String PROMOTED = "+%1$d";
    private final int mBackgroundColor;
    private final int mHighlightColor;
    private final int mTertiaryTextColorResId;

From source file com.wojtechnology.sunami.OuterLayout.java

/**
 * Created by wojtekswiderski on 15-05-24.
 */
public class OuterLayout extends RelativeLayout {
    private final double AUTO_OPEN_SPEED_LIMIT = 800.0;
    private int mDraggingState;

From source file com.github.omadahealth.circularbarpager.library.CircularBarPager.java

/**
 * Created by oliviergoutay and stoyan on 12/10/14.
 */
public class CircularBarPager extends RelativeLayout {

    /**