Example usage for android.widget RadioGroup subclass-usage

List of usage examples for android.widget RadioGroup subclass-usage

Introduction

In this page you can find the example usage for android.widget RadioGroup subclass-usage.

Usage

From source file com.lauren.simplenews.view.MainBottomTab.java

/**
 * Description
 *
 * @author Jamling
 */
public class MainBottomTab extends RadioGroup implements RadioGroup.OnCheckedChangeListener {

From source file cn.ieclipse.af.demo.common.ui.MainBottomTab.java

/**
 * Description
 *
 * @author Jamling
 */
public class MainBottomTab extends RadioGroup implements RadioGroup.OnCheckedChangeListener {

From source file com.halzhang.android.library.BottomTabIndicator.java

/**
 * tab
 * Created by zhanghanguo@yy.com on 2015/7/14.
 */
public class BottomTabIndicator extends RadioGroup implements ViewPager.OnPageChangeListener {

From source file com.vgaw.androidtest.view.SlidingTabStrip.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.nextgis.maplibui.formcontrol.RadioGroup.java

public class RadioGroup extends android.widget.RadioGroup implements IFormControl {
    protected String mFieldName;
    protected boolean mIsShowLast;
    protected Map<String, String> mAliasValueMap;

    public RadioGroup(Context context) {