INNER CODE UNIT · Java
AutologinBar
yuliskov/SmartTubeLegacy · browser/src/main/java/com/liskovsoft/browser/AutologinBar.java:17
public class AutologinBar extends LinearLayout implements OnClickListener,
AutoLoginCallback {
protected Spinner mAutoLoginAccount;
protected Button mAutoLoginLogin;
protected ProgressBar mAutoLoginProgress;
protected TextView mAutoLoginError;
protected View mAutoLoginCancel;
protected DeviceAccountLogin mAutoLoginHandler;
protected ArrayAdapter<String> mAccountsAdapter;
protected TitleBar mTitleBar;
public AutologinBar(Context context) {
super(context);
}
public AutologinBar(Context context, AttributeSet attrs) {
super(context, attrs);