From 4573568ff0d7b8e9eb1b0eecc092fed853c36738 Mon Sep 17 00:00:00 2001
From: 64468973f791091b8f7916ff <64468973f791091b8f7916ff@devide>
Date: Mon, 24 Apr 2023 14:04:38 +0000
Subject: [PATCH] Auto commit
---
calc/calc1.xml | 75 ++++++++++++
calc/calc2.xml | 197 ++++++++++++++++++++++++++++++
calc/calc3.xml | 274 ++++++++++++++++++++++++++++++++++++++++++
calc/calc4.xml | 234 ++++++++++++++++++++++++++++++++++++
calc/main_active.java | 15 +++
5 files changed, 795 insertions(+)
create mode 100644 calc/calc1.xml
create mode 100644 calc/calc2.xml
create mode 100644 calc/calc3.xml
create mode 100644 calc/calc4.xml
create mode 100644 calc/main_active.java
diff --git a/calc/calc1.xml b/calc/calc1.xml
new file mode 100644
index 0000000..bed00d5
--- /dev/null
+++ b/calc/calc1.xml
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/calc/calc2.xml b/calc/calc2.xml
new file mode 100644
index 0000000..98572ad
--- /dev/null
+++ b/calc/calc2.xml
@@ -0,0 +1,197 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/calc/calc3.xml b/calc/calc3.xml
new file mode 100644
index 0000000..1b2ee14
--- /dev/null
+++ b/calc/calc3.xml
@@ -0,0 +1,274 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/calc/calc4.xml b/calc/calc4.xml
new file mode 100644
index 0000000..20ce114
--- /dev/null
+++ b/calc/calc4.xml
@@ -0,0 +1,234 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/calc/main_active.java b/calc/main_active.java
new file mode 100644
index 0000000..a0fea5e
--- /dev/null
+++ b/calc/main_active.java
@@ -0,0 +1,15 @@
+package com.example.helloworld;
+
+import android.os.Bundle;
+
+import androidx.appcompat.app.AppCompatActivity;
+
+public class MainActivity extends AppCompatActivity {
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setContentView(R.layout.calculator2);
+
+ }
+}
\ No newline at end of file
--
GitLab