Android Open Source - goodintentions Intention Flags Linear Layout$$ View Injector






From Project

Back to project page goodintentions.

License

The source code is released under:

Apache License

If you think the Android project goodintentions listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

// Generated code from Butter Knife. Do not modify!
package com.luboganev.goodintentions.ui.views;
/*from  w ww .  j a  v  a 2  s  . c  o m*/
import android.view.View;
import butterknife.ButterKnife.Finder;

public class IntentionFlagsLinearLayout$$ViewInjector {
  public static void inject(Finder finder, final com.luboganev.goodintentions.ui.views.IntentionFlagsLinearLayout target, Object source) {
    View view;
    view = finder.findById(source, 2131361808);
    if (view == null) {
      throw new IllegalStateException("Required view with id '2131361808' for field 'mFlagsListLinearLayout' was not found. If this view is optional add '@Optional' annotation.");
    }
    target.mFlagsListLinearLayout = (android.widget.LinearLayout) view;
    view = finder.findById(source, 2131361807);
    if (view == null) {
      throw new IllegalStateException("Required view with id '2131361807' for field 'mFlagAddButton' was not found. If this view is optional add '@Optional' annotation.");
    }
    target.mFlagAddButton = (android.widget.Button) view;
  }

  public static void reset(com.luboganev.goodintentions.ui.views.IntentionFlagsLinearLayout target) {
    target.mFlagsListLinearLayout = null;
    target.mFlagAddButton = null;
  }
}




Java Source Code List

com.luboganev.goodintentions.IntentionLauncher.java
com.luboganev.goodintentions.LogUtils.java
com.luboganev.goodintentions.UIUtils.java
com.luboganev.goodintentions.data.Intention.java
com.luboganev.goodintentions.data.LocalStorageManager.java
com.luboganev.goodintentions.data.LocalStorage.java
com.luboganev.goodintentions.ui.AboutActivity.java
com.luboganev.goodintentions.ui.MainActivity$$ViewInjector.java
com.luboganev.goodintentions.ui.MainActivity.java
com.luboganev.goodintentions.ui.views.IntentionCategoriesLinearLayout$$ViewInjector.java
com.luboganev.goodintentions.ui.views.IntentionCategoriesLinearLayout.java
com.luboganev.goodintentions.ui.views.IntentionFlagsLinearLayout$$ViewInjector.java
com.luboganev.goodintentions.ui.views.IntentionFlagsLinearLayout.java