File tree 1 file changed +2
-10
lines changed
app/src/main/java/com/donnfelker/android/bootstrap/ui
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
package com .donnfelker .android .bootstrap .ui ;
2
2
3
- import android .content . Intent ;
3
+ import static com . donnfelker . android .bootstrap . core . Constants . Extra . NEWS_ITEM ;
4
4
import android .os .Bundle ;
5
5
import android .widget .TextView ;
6
6
7
- import com .actionbarsherlock .R ;
8
- import com .actionbarsherlock .view .MenuItem ;
9
- import com .donnfelker .android .bootstrap .BootstrapServiceProvider ;
7
+ import com .donnfelker .android .bootstrap .R ;
10
8
import com .donnfelker .android .bootstrap .core .News ;
11
- import com .github .rtyley .android .sherlock .roboguice .activity .RoboSherlockActivity ;
12
- import com .google .inject .Inject ;
13
9
14
10
import roboguice .inject .InjectExtra ;
15
11
import roboguice .inject .InjectView ;
16
12
17
- import static android .content .Intent .FLAG_ACTIVITY_CLEAR_TOP ;
18
- import static android .content .Intent .FLAG_ACTIVITY_SINGLE_TOP ;
19
- import static com .donnfelker .android .bootstrap .core .Constants .Extra .NEWS_ITEM ;
20
-
21
13
public class NewsActivity extends BootstrapActivity {
22
14
23
15
@ InjectExtra (NEWS_ITEM ) protected News newsItem ;
You can’t perform that action at this time.
0 commit comments