Example usage for android.annotation Widget interface-usage

List of usage examples for android.annotation Widget interface-usage

Introduction

In this page you can find the example usage for android.annotation Widget interface-usage.

Usage

From source file com.albedinsky.android.support.ui.widget.FrameLayoutWidget.java

/**
 * Extended version of {@link android.widget.FrameLayout}.
 *
 * <h3>Tinting</h3>
 * <b>Tinting of the background is supported by this widget for the versions below LOLLIPOP.</b>
 *

From source file com.albedinsky.android.support.ui.widget.LinearLayoutWidget.java

/**
 * Extended version of {@link android.widget.LinearLayout}.
 *
 * <h3>Tinting</h3>
 * <b>Tinting of the background is supported by this widget for the versions below LOLLIPOP.</b>
 *

From source file com.albedinsky.android.support.ui.widget.RelativeLayoutWidget.java

/**
 * Extended version of {@link android.widget.RelativeLayout}.
 *
 * <h3>Tinting</h3>
 * <b>Tinting of the background is supported by this widget for the versions below LOLLIPOP.</b>
 *

From source file com.albedinsky.android.support.ui.widget.ScrollViewWidget.java

/**
 * Extended version of {@link android.widget.ScrollView}. This updated ScrollView supports <b>pull</b>
 * feature and also setting of {@link OnScrollChangeListener} to listen for changes in scroll of this
 * view class.
 *
 * <h3>Tinting</h3>

From source file com.albedinsky.android.support.ui.widget.HorizontalScrollViewWidget.java

/**
 * Extended version of {@link android.widget.HorizontalScrollView}. This updated ScrollView supports
 * <b>pull</b> feature and also setting of {@link OnScrollChangeListener} to listen for changes in
 * scroll of this view class.
 *
 * <h3>Tinting</h3>

From source file com.albedinsky.android.support.ui.widget.ViewPagerWidget.java

/**
 * Extended version of {@link android.support.v4.view.ViewPager}. This updated ViewPager supports
 * <b>pull</b> feature and some additional features described below, like setting custom duration
 * for pages scroll by {@link #setPageScrollDuration(int)} or enabling swiping of multiple pages
 * on fling at once by {@link #setPageFlingSwipingEnabled(boolean)}.
 *

From source file com.albedinsky.android.ui.widget.ViewPagerWidget.java

/**
 * Extended version of {@link android.support.v4.view.ViewPager}. This updated ViewPager supports
 * tinting for the Android versions below {@link android.os.Build.VERSION_CODES#LOLLIPOP LOLLIPOP}
 * and other useful features described below including <b>pulling</b> feature.
 *
 * <h3>Tinting</h3>

From source file com.albedinsky.android.ui.widget.SeekBarWidget.java

/**
 * Extended version of {@link android.widget.SeekBar}. This updated SeekBar supports tinting for the
 * Android versions below {@link android.os.Build.VERSION_CODES#LOLLIPOP LOLLIPOP} and other useful
 * features described below including <b>discrete</b> mode that should be enabled whenever a particular
 * SeekBarWidget represents setting for which a user needs to know the exact value of the setting.
 *