This commit is contained in:
2023-03-16 13:54:37 +01:00
parent de869548e5
commit bba661e4f6
53 changed files with 889 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
package com.example.desoxyribonucleique;public class ButtonListener {
}

View File

@@ -0,0 +1,2 @@
package com.example.desoxyribonucleique;public class SettingsActivity {
}

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
</menu>

View File

@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
</PreferenceScreen>