mirror of
https://github.com/LucasVbr/OutilCuisson.git
synced 2026-05-13 17:11:53 +00:00
Ajout des fichiers à coder
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* AdaptateurPage.java, 21/02/2022
|
||||
* IUT Rodez 2022-2022, INFO2
|
||||
* pas de copyright, aucun droits
|
||||
*/
|
||||
|
||||
package com.example.outilcuisson;
|
||||
|
||||
/**
|
||||
* TODO class comment
|
||||
*/
|
||||
public class AdaptateurPage {}
|
||||
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* AfficherFragment.java, 21/02/2022
|
||||
* IUT Rodez 2022-2022, INFO2
|
||||
* pas de copyright, aucun droits
|
||||
*/
|
||||
|
||||
package com.example.outilcuisson;
|
||||
|
||||
/**
|
||||
* TODO class comment
|
||||
*/
|
||||
public class AfficherFragment {}
|
||||
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* AjouterFragment.java, 21/02/2022
|
||||
* IUT Rodez 2022-2022, INFO2
|
||||
* pas de copyright, aucun droits
|
||||
*/
|
||||
|
||||
package com.example.outilcuisson;
|
||||
|
||||
/**
|
||||
* TODO class comment
|
||||
*/
|
||||
public class AjouterFragment {}
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
Reference in New Issue
Block a user