List of usage examples for android.widget RelativeLayout subclass-usage
From source file com.orange.ocara.ui.view.SiteItemView.java
@EViewGroup(resName = "site_item") public class SiteItemView extends RelativeLayout { @ViewById(resName = "site_name") TextView siteName; @ViewById(resName = "site_address")
From source file xyz.openhh.compat.widget.NestedRelativeLayout.java
/** * Created by HH . */ public class NestedRelativeLayout extends RelativeLayout implements NestedScrollingChild { public NestedRelativeLayout(Context context) { this(context, null);
From source file com.luseen.spacenavigation.BezierView.java
/** * Created by Chatikyan on 10.08.2016-15:19. */ class BezierView extends RelativeLayout {
From source file com.wjjiang.materialdesigns.ui.navigationview.BezierView.java
/** * Created by Chatikyan on 10.08.2016-15:19. */ class BezierView extends RelativeLayout {
From source file com.ac57.framework.refresh.RefreshView.java
public class RefreshView extends RelativeLayout { private ImageView mPullDownView; private ImageView mReleaseRefreshingView; private AnimationDrawable mChangeToReleaseRefreshAd; private AnimationDrawable mRefreshingAd;
From source file com.justplay1.shoppist.shared.widget.EmptyView.java
/** * Created by Mkhytar Mkhoian. */ public class EmptyView extends RelativeLayout { private ProgressBarCircularIndeterminate progressBar;
From source file com.liujs.library.view.refresh.BGAMeiTuanRefreshView.java
/** * : :bingoogolapple@gmail.com * :15/11/14 ?12:16 * ??: */ public class BGAMeiTuanRefreshView extends RelativeLayout {
From source file org.chzz.refresh.CHZZMeiTuanRefreshView.java
/** * :copy :2499551993@qq.com * :15/11/14 ?12:16 * ??: */ public class CHZZMeiTuanRefreshView extends RelativeLayout {
From source file cn.bingoogolapple.refreshlayout.BGAMeiTuanRefreshView.java
/** * : :bingoogolapple@gmail.com * :15/11/14 ?12:16 * ??: */ public class BGAMeiTuanRefreshView extends RelativeLayout {
From source file com.gosuncn.core.ui.widget.BezierView.java
public class BezierView extends RelativeLayout { private Paint paint; private Path path;