Skip to content

Commit

Permalink
Removed unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
hitherejoe committed Sep 3, 2015
1 parent eb5f375 commit 29967ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@

public class MainActivity extends BaseActivity {

@Bind(R.id.layout_main)
CoordinatorLayout mLayoutMainCoordinator;

@Bind(R.id.toolbar)
Toolbar mToolbar;

@Bind(R.id.check_color_toolbar)
CheckBox mColorToolbarCheck;

Expand All @@ -50,6 +44,12 @@ public class MainActivity extends BaseActivity {
@Bind(R.id.check_custom_animations)
CheckBox mCustomAnimationsCheck;

@Bind(R.id.layout_main)
CoordinatorLayout mLayoutMainCoordinator;

@Bind(R.id.toolbar)
Toolbar mToolbar;

private static final String URL_ARGOS = "http://www.argos.co.uk";

private Bitmap mActionButtonBitmap;
Expand All @@ -60,10 +60,10 @@ public class MainActivity extends BaseActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
applicationComponent().inject(this);
setupCustomTabHelper();
mSubscriptions = new CompositeSubscription();
setContentView(R.layout.activity_main);
ButterKnife.bind(this);
setupToolbar();
decodeBitmaps();
Expand Down
6 changes: 0 additions & 6 deletions app/src/main/res/values-w820dp/dimens.xml

This file was deleted.

0 comments on commit 29967ef

Please sign in to comment.