List of usage examples for android.widget LinearLayout subclass-usage
From source file com.fishstix.dosboxfree.ButtonLayout.java
public class ButtonLayout extends LinearLayout { // Create a hash map private SparseIntArray virtualbutton_hm = new SparseIntArray(); public DBMain mDBLauncher; public ButtonLayout(Context context) {
From source file aierjun.com.aierjunlibrary.widget.tablayout.SlidingTabFragmentViewPager.java
public class SlidingTabFragmentViewPager extends LinearLayout { private PagerSlidingTabStrip tabs; private ViewPager pager; public SlidingTabFragmentViewPager(Context context) { this(context, null);
From source file com.commonsware.cwac.crossport.design.internal.SnackbarContentLayout.java
/** @hide */ @RestrictTo(LIBRARY_GROUP) public class SnackbarContentLayout extends LinearLayout implements BaseTransientBottomBar.ContentViewCallback { private TextView mMessageView; private Button mActionView;
From source file com.dodotdo.mycustomview.view.tablayout.SlidingTabLayout.java
/**
* To be used with ViewPager to provide a tab indicator component which give constant feedback as to
* the user's scroll progress.
* <p/>
* To use the component, simply add it to your view hierarchy. Then in your
* {@link android.app.Activity} or {@link android.support.v4.app.Fragment} call
From source file net.toload.main.hd.candidate.CandidateInInputViewContainer.java
public class CandidateInInputViewContainer extends LinearLayout implements View.OnClickListener { private static final boolean DEBUG = false; private static final String TAG = "CandiInputViewContainer"; private ImageButton mRightButton; private View mButtonRightExpand;
From source file org.tomato1.fbtext.ui.EmojiView.java
public class EmojiView extends LinearLayout { private ArrayList<EmojiGridAdapter> adapters = new ArrayList<EmojiGridAdapter>(); private int[] icons = { R.drawable.ic_emoji_recent, R.drawable.ic_emoji_smile, R.drawable.ic_emoji_flower, R.drawable.ic_emoji_bell, R.drawable.ic_emoji_car, R.drawable.ic_emoji_symbol }; private Listener listener; private ViewPager pager;
From source file org.mango.facebooktext.ui.EmojiView.java
public class EmojiView extends LinearLayout { private ArrayList<EmojiGridAdapter> adapters = new ArrayList<EmojiGridAdapter>(); private int[] icons = { R.drawable.ic_emoji_recent, R.drawable.ic_emoji_smile, R.drawable.ic_emoji_flower, R.drawable.ic_emoji_bell, R.drawable.ic_emoji_car, R.drawable.ic_emoji_symbol }; private Listener listener; private ViewPager pager;
From source file com.waz.zclient.ui.calling.CallControlButtonView.java
public class CallControlButtonView extends LinearLayout { private boolean isPressed; private GlyphTextView buttonView; private TypefaceTextView buttonLabelView;
From source file org.hermes.ui.Components.EmojiView.java
public class EmojiView extends LinearLayout { private ArrayList<EmojiGridAdapter> adapters = new ArrayList<>(); private int[] icons = { R.drawable.ic_emoji_recent, R.drawable.ic_emoji_smile, R.drawable.ic_emoji_flower, R.drawable.ic_emoji_bell, R.drawable.ic_emoji_car, R.drawable.ic_emoji_symbol }; private Listener listener;
From source file com.google.cloud.solutions.griddler.android.ui.game.HeaderView.java
/** * The purpose of this class is to display the pagination, time remaining text and the time * remaining view */ public class HeaderView extends LinearLayout implements IGameView {