List of usage examples for android.widget LinearLayout subclass-usage
From source file com.example.testsurrondviewpager.PagerContainer.java
/** * PagerContainer: A layout that displays a ViewPager with its children that are outside * the typical pager bounds. */ public class PagerContainer extends LinearLayout implements ViewPager.OnPageChangeListener {
From source file com.learn.mobile.customview.henrytao.SmoothCollapsingToolbarLayout.java
/** * Created by henrytao on 9/24/15. */ public class SmoothCollapsingToolbarLayout extends LinearLayout { private static void log(String s, Object... args) {
From source file com.mobicage.rogerthat.plugins.messaging.widgets.Widget.java
public abstract class Widget extends LinearLayout { public static final String TYPE_TEXT_LINE = "text_line"; public static final String TYPE_TEXT_BLOCK = "text_block"; public static final String TYPE_AUTO_COMPLETE = "auto_complete"; public static final String TYPE_FRIEND_SELECT = "friend_select";
From source file se.johan.wendler.ui.view.FloatLabelLayout.java
/**
* Layout which an {@link android.widget.EditText} to show a floating label when the hint is hidden
* due to the user inputting text.
*
* @see <a href="https://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction">Matt D. Smith on Dribble</a>
* @see <a href="http://bradfrostweb.com/blog/post/float-label-pattern/">Brad Frost's blog post</a>
From source file com.truman.showtime.showtime.ui.view.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 com.example.MyWeibo.ui.FloatLabelLayout.java
/**
* Layout which an {@link android.widget.EditText} to show a floating label when the hint is hidden
* due to the user inputting text.
*
* @see <a href="https://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction">Matt D. Smith on Dribble</a>
* @see <a href="http://bradfrostweb.com/blog/post/float-label-pattern/">Brad Frost's blog post</a>
From source file org.gdg.frisbee.android.widget.FloatLabelLayout.java
/**
* Layout which an {@link android.widget.EditText} to show a floating label when the hint is hidden
* due to the user inputting text.
*
* @see <a href="https://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction">Matt D. Smith on Dribble</a>
* @see <a href="http://bradfrostweb.com/blog/post/float-label-pattern/">Brad Frost's blog post</a>
From source file com.thinkmobiles.sudo.custom_views.FloatLabelLayout.java
/**
* Layout which an {@link android.widget.EditText} to show a floating label when the hint is hidden
* due to the user inputting text.
*
* @see <a href="https://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction">Matt D. Smith on Dribble</a>
* @see <a href="http://bradfrostweb.com/blog/post/float-label-pattern/">Brad Frost's blog post</a>
From source file org.succlz123.doubanbooklog.support.slidingtab.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 com.johnsimon.payback.view.FloatLabelLayout.java
/**
* Layout which an {@link android.widget.EditText} to show a floating label when the hint is hidden
* due to the user inputting text.
*
* @see <a href="https://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction">Matt D. Smith on Dribble</a>
* @see <a href="http://bradfrostweb.com/blog/post/float-label-pattern/">Brad Frost's blog post</a>