mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-17 18:41:37 +01:00
Remove references to unnecessary DummyContent Class (was used for template)
This commit is contained in:
parent
d2b17bf637
commit
77f0ea6d0a
1 changed files with 0 additions and 3 deletions
|
@ -4,14 +4,11 @@ import android.app.Activity;
|
|||
import android.support.design.widget.CollapsingToolbarLayout;
|
||||
import android.os.Bundle;
|
||||
import android.support.v4.app.Fragment;
|
||||
import android.support.v7.app.ActionBarActivity;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.TextView;
|
||||
|
||||
import net.foucry.pilldroid.dummy.DummyContent;
|
||||
|
||||
/**
|
||||
* A fragment representing a single Medicament detail screen.
|
||||
* This fragment is either contained in a {@link MedicamentListActivity}
|
||||
|
|
Loading…
Reference in a new issue