List of usage examples for android.widget RelativeLayout subclass-usage
From source file es.eucm.eadandroid.utils.ViewPagerIndicator.java
/**
* An small bar indicating the title of the previous,
* current and next page to be shown in a ViewPager.
* Made to resemble the indicator in the Google+ application
* in function.
*
From source file com.tmall.wireless.tangram.view.BannerView.java
/** * Created by mikeafc on 16/1/14. */ public class BannerView extends RelativeLayout implements ViewPager.OnPageChangeListener, ITangramViewLifeCycle { public static final int GRAVITY_LEFT = 0; public static final int GRAVITY_CENTER = 1;
From source file eu.long1.spacetablayout.SpaceTabLayout.java
@SuppressWarnings("unused") public class SpaceTabLayout extends RelativeLayout { private TabLayout tabLayout; private Tab tabOne;
From source file de.mrapp.android.view.FloatingActionButton.java
/**
* A floating action button, which has been designed according to the Material design guidelines.
*
* Refer to http://www.google.com/design/spec/components/buttons-floating-action- button.html for
* further information on the Material design guidelines.
*
From source file edu.cens.loci.ui.widget.GenericEditorView.java
/** * Simple editor that handles labels and any {@link EditField} defined for * the entry. Uses {@link ValuesDelta} to read any existing * {@link Entity} values, and to correctly write any changes values. */ public class GenericEditorView extends RelativeLayout implements Editor, View.OnClickListener {
From source file com.normalexception.app.rx8club.view.threadpost.PostView.java
public class PostView extends RelativeLayout { private AvatarLoader imageLoader; private TextView username; private TextView userTitle; private TextView userPosts;
From source file com.kaltura.playersdk.PlayerViewController.java
/** * Created by michalradwantzor on 9/24/13. */ public class PlayerViewController extends RelativeLayout implements KControlsView.KControlsViewClient, KPlayerListener { public static String TAG = "PlayerViewController";
From source file com.github.omadahealth.slidepager.lib.views.ProgressView.java
/** * Created by stoyan on 4/2/15. */ public class ProgressView extends RelativeLayout { /** * The tag for logging
From source file com.github.shareme.gwsmaterialuikit.library.mscrollbar.MaterialScrollBar.java
@SuppressWarnings("unchecked, unused") abstract class MaterialScrollBar<T> extends RelativeLayout { private View background; Handle handle; int handleColour;
From source file com.lab47billion.appchooser.HorizontalPicker.java
/** * Created by Bla olar on 24/01/14. */ public class HorizontalPicker extends RelativeLayout { public static final String TAG = "HorizontalTimePicker";