List of usage examples for android.widget LinearLayout subclass-usage
From source file justforcommunity.radiocom.tutorial.DiscrollvableYellowLayout.java
public class DiscrollvableYellowLayout extends LinearLayout implements Discrollvable { private TextView mYellowView1; private float mYellowView1TranslationY; private int mYellowColor; private int mBlackColor = Color.BLACK;
From source file orbin.deskclock.timer.TimerView.java
public class TimerView extends LinearLayout { private TextView mHoursTens, mHoursOnes; private TextView mMinutesTens, mMinutesOnes; private TextView mSeconds; private final int mWhiteColor, mGrayColor;
From source file org.ymegane.android.approom.WearableListItemLayout.java
public class WearableListItemLayout extends LinearLayout implements WearableListView.OnCenterProximityListener { private static final int ANIMATION_DURATION_MS = 150; private final float mFadedTextAlpha; private final int mFadedCircleColor;
From source file com.df.kia.carsChecked.BasicInfoLayout.java
/** * Created by on 14-3-14. */ public class BasicInfoLayout extends LinearLayout { private ViewGroup rootView;
From source file com.df.app.carsChecked.BasicInfoLayout.java
/** * Created by on 14-3-14. */ public class BasicInfoLayout extends LinearLayout { private ViewGroup rootView;
From source file com.android.messaging.ui.CustomHeaderViewPager.java
/** * A view that contains both a view pager and a tab strip wrapped in a linear layout. */ public class CustomHeaderViewPager extends LinearLayout { public final static int DEFAULT_TAB_STRIP_SIZE = -1; private final int mDefaultTabStripSize;
From source file com.android.deskclock.timer.TimerView.java
public class TimerView extends LinearLayout { private TextView mHoursTens, mHoursOnes; private TextView mMinutesTens, mMinutesOnes; private TextView mSeconds; private final int mWhiteColor, mGrayColor;
From source file com.stasbar.knowyourself.timer.TimerView.java
public class TimerView extends LinearLayout { private TextView mHoursTens, mHoursOnes; private TextView mMinutesTens, mMinutesOnes; private TextView mSeconds; private final int mWhiteColor, mGrayColor;
From source file com.agna.setmaster.ui.screen.condition.time.widget.DaysOfWeekView.java
/** * */ public class DaysOfWeekView extends LinearLayout { private List<CheckedTextView> dayViews = new ArrayList<>();
From source file com.wizardsofm.deskclock.timer.TimerView.java
public class TimerView extends LinearLayout { private TextView mHoursTens, mHoursOnes; private TextView mMinutesTens, mMinutesOnes; private TextView mSeconds; private final int mWhiteColor, mGrayColor;