List of usage examples for android.widget LinearLayout subclass-usage
From source file com.skubit.android.BitIdAccountView.java
public class BitIdAccountView extends LinearLayout { private static void styleAccountEmail(TextView view, String email) { view.setText(email); view.setTypeface(FontManager.REGULAR); }
From source file net.ibaixin.chat.view.IconTabPageIndicator.java
/** * This widget implements the dynamic action bar tab behavior that can change * across different configurations or circumstances. */ public class IconTabPageIndicator extends LinearLayout implements PageIndicator { /** Title text used when no title is provided by the adapter. */
From source file com.example.chat.view.IconTabPageIndicator.java
/** * This widget implements the dynamic action bar tab behavior that can change * across different configurations or circumstances. */ public class IconTabPageIndicator extends LinearLayout implements PageIndicator { /** Title text used when no title is provided by the adapter. */
From source file android.support.v7.view.menu.ListMenuItemView.java
/**
* The item view for each item in the ListView-based MenuViews.
*
* @hide
*/
@RestrictTo(GROUP_ID)
From source file org.gots.seed.view.SeedWidgetTile.java
public class SeedWidgetTile extends LinearLayout { Context mContext; // private String TAG = SeedWidgetLong.class.getSimpleName(); private GrowingSeedInterface mSeed;
From source file com.alex.view.loop.IndicatorView.java
/** * * Created by junweiliu on 16/6/15. */ @TargetApi(Build.VERSION_CODES.HONEYCOMB) public class IndicatorView extends LinearLayout implements ViewPager.OnPageChangeListener {
From source file indrora.atomic.dialog.AuthenticationView.java
/**
* Authentication activity for entering nickserv / sasl usernames and password
* for a given server.
*
* @author Sebastian Kaspari <sebastian@yaaic.org>
*/
From source file com.ameron32.apps.tapnotes._trial.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 com.manning.androidhacks.hack030.view.CountryView.java
public class CountryView extends LinearLayout implements Checkable { private TextView mTitle; private CheckBox mCheckBox; public CountryView(Context context) {
From source file com.android.messaging.ui.PersonItemView.java
/**
* Shows a view for a "person" - could be a contact or a participant. This always shows a
* contact icon on the left, and the person's display name on the right.
*
* This view is always bound to an abstract PersonItemData class, so to use it for a specific
* scenario, all you need to do is to create a concrete PersonItemData subclass that bridges