mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-17 18:41:37 +01:00
Local commit
This commit is contained in:
parent
38e0fb48db
commit
b285de0c16
1 changed files with 17 additions and 0 deletions
|
@ -18,6 +18,7 @@ import android.widget.Toast;
|
|||
* on handsets.
|
||||
*/
|
||||
public class MedicamentDetailFragment extends Fragment {
|
||||
|
||||
/**
|
||||
* The fragment argument representing the item ID that this fragment
|
||||
* represents.
|
||||
|
@ -119,6 +120,22 @@ public class MedicamentDetailFragment extends Fragment {
|
|||
{
|
||||
Context context = getContext();
|
||||
Toast.makeText(context, "***PROUT***", Toast.LENGTH_SHORT).show();
|
||||
|
||||
super.onStop();
|
||||
}
|
||||
|
||||
private void grabNewMedicamentValues()
|
||||
{
|
||||
View nameView;
|
||||
View adminModeView;
|
||||
View presentationView;
|
||||
View stockView;
|
||||
View priseView;
|
||||
View warningView;
|
||||
View alertView;
|
||||
|
||||
nameView detailView.findViewById(R.id.name_cell);
|
||||
medicament.setNom(nameView.getText());
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue