File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
app/src/main/java/com/donnfelker/android/bootstrap Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 56
56
import java .util .List ;
57
57
58
58
import butterknife .InjectView ;
59
+ import butterknife .Views ;
59
60
60
61
import static com .donnfelker .android .bootstrap .core .Constants .Http .USERNAME ;
61
62
import static com .donnfelker .android .bootstrap .core .Constants .Http .PASSWORD ;
@@ -135,6 +136,8 @@ public void onCreate(Bundle bundle) {
135
136
136
137
setContentView (layout .login_activity );
137
138
139
+ Views .inject (this );
140
+
138
141
emailText .setAdapter (new ArrayAdapter <String >(this ,
139
142
simple_dropdown_item_1line , userEmailAccounts ()));
140
143
Original file line number Diff line number Diff line change 11
11
import com .actionbarsherlock .view .Menu ;
12
12
import com .actionbarsherlock .view .MenuItem ;
13
13
import com .actionbarsherlock .view .Window ;
14
+ import com .donnfelker .android .bootstrap .BootstrapApplication ;
14
15
import com .donnfelker .android .bootstrap .R ;
15
16
import com .donnfelker .android .bootstrap .R .id ;
16
17
@@ -36,6 +37,7 @@ protected void onCreate(Bundle savedInstanceState) {
36
37
setContentView (R .layout .carousel_view );
37
38
38
39
Views .inject (this );
40
+ BootstrapApplication .getInstance ().inject (this );
39
41
40
42
pager .setAdapter (new BootstrapPagerAdapter (getResources (), getSupportFragmentManager ()));
41
43
You can’t perform that action at this time.
0 commit comments