Example usage for android.widget LinearLayout subclass-usage

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

Introduction

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

Usage

From source file com.acrr.acdisplay.ui.widgets.notification.NotificationActions.java

/**
 * @author Artem Chepurnoy
 * @since 3.1
 */
public class NotificationActions extends LinearLayout {

From source file com.hoteltrip.android.util.NumberPicker.java

/**
 * This class has been pulled from the Android platform source code, its an
 * internal widget that hasn't been made public so its included in the project
 * in this fashion for use with the preferences screen; I have made a few slight
 * modifications to the code here, I simply put a MAX and MIN default in the
 * code but these values can still be set publicly by calling code.

From source file com.achep.acdisplay.ui.widgets.notification.NotificationActions.java

/**
 * @author Artem Chepurnoy
 * @since 3.1
 */
public class NotificationActions extends LinearLayout {

From source file com.phonemetra.turbo.keyboard.emoji.EmojiPalettesView.java

public final class EmojiPalettesView extends LinearLayout
        implements OnTabChangeListener, ViewPager.OnPageChangeListener, View.OnClickListener, View.OnTouchListener,
        EmojiPageKeyboardView.OnKeyEventListener {
    private final int mFunctionalKeyBackgroundId;
    private final int mSpacebarBackgroundId;
    private final boolean mCategoryIndicatorEnabled;

From source file de.mrapp.android.bottomsheet.view.DraggableView.java

/**
 * The root view of a {@link BottomSheet}, which can be dragged by the user.
 *
 * @author Michael Rapp
 * @since 1.0.0
 */

From source file org.dalol.orthodoxmezmurmedia.utilities.widgets.AmharicKeyboardView.java

/**
 * @author Filippo Engidashet <filippo.eng@gmail.com>
 * @version 1.0.0
 * @since 11/10/2016
 */
public class AmharicKeyboardView extends LinearLayout {

From source file com.bullmobi.message.ui.widgets.notification.NotificationActions.java

/**
 * @author Artem Chepurnoy
 * @since 3.1
 */
public class NotificationActions extends LinearLayout {

From source file com.android.inputmethod.keyboard.emoji.EmojiPalettesView.java

/**
 * View class to implement Emoji palettes.
 * The Emoji keyboard consists of group of views layout/emoji_palettes_view.
 * <ol>
 * <li> Emoji category tabs.
 * <li> Delete button.

From source file info.guardianproject.otr.app.im.app.ContactListFilterView.java

public class ContactListFilterView extends LinearLayout {
    private AbsListView mFilterList;
    private ContactAdapter mContactAdapter;

    private String mSearchString;

From source file com.arlib.floatingsearchview.util.view.MenuView.java

/**
 * A view that shows menu items as actions or
 * as items in a overflow popup.
 */
public class MenuView extends LinearLayout {