diff --git a/111.txt b/111.txt deleted file mode 100644 index ce57f64..0000000 --- a/111.txt +++ /dev/null @@ -1 +0,0 @@ -develop \ No newline at end of file diff --git a/RG_School/.gitignore b/RG_School/.gitignore deleted file mode 100644 index aa724b7..0000000 --- a/RG_School/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -*.iml -.gradle -/local.properties -/.idea/caches -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -/.idea/navEditor.xml -/.idea/assetWizardSettings.xml -.DS_Store -/build -/captures -.externalNativeBuild -.cxx -local.properties diff --git a/RG_School/.idea/.gitignore b/RG_School/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/RG_School/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/RG_School/.idea/compiler.xml b/RG_School/.idea/compiler.xml deleted file mode 100644 index fb7f4a8..0000000 --- a/RG_School/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/RG_School/.idea/gradle.xml b/RG_School/.idea/gradle.xml deleted file mode 100644 index a2d7c21..0000000 --- a/RG_School/.idea/gradle.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/RG_School/.idea/misc.xml b/RG_School/.idea/misc.xml deleted file mode 100644 index bdd9278..0000000 --- a/RG_School/.idea/misc.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/RG_School/app/.gitignore b/RG_School/app/.gitignore deleted file mode 100644 index 42afabf..0000000 --- a/RG_School/app/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/build \ No newline at end of file diff --git a/RG_School/app/build.gradle b/RG_School/app/build.gradle deleted file mode 100644 index e3e9517..0000000 --- a/RG_School/app/build.gradle +++ /dev/null @@ -1,39 +0,0 @@ -plugins { - id 'com.android.application' -} - -android { - namespace 'com.example.rg_school' - compileSdk 32 - - defaultConfig { - applicationId "com.example.rg_school" - minSdk 21 - targetSdk 32 - versionCode 1 - versionName "1.0" - - testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - } - - buildTypes { - release { - minifyEnabled false - proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' - } - } - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 - } -} - -dependencies { - - implementation 'androidx.appcompat:appcompat:1.4.1' - implementation 'com.google.android.material:material:1.5.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' - testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' -} \ No newline at end of file diff --git a/RG_School/app/proguard-rules.pro b/RG_School/app/proguard-rules.pro deleted file mode 100644 index 481bb43..0000000 --- a/RG_School/app/proguard-rules.pro +++ /dev/null @@ -1,21 +0,0 @@ -# Add project specific ProGuard rules here. -# You can control the set of applied configuration files using the -# proguardFiles setting in build.gradle. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#} - -# Uncomment this to preserve the line number information for -# debugging stack traces. -#-keepattributes SourceFile,LineNumberTable - -# If you keep the line number information, uncomment this to -# hide the original source file name. -#-renamesourcefileattribute SourceFile \ No newline at end of file diff --git a/RG_School/app/src/androidTest/java/com/example/rg_school/ExampleInstrumentedTest.java b/RG_School/app/src/androidTest/java/com/example/rg_school/ExampleInstrumentedTest.java deleted file mode 100644 index 9a6c1db..0000000 --- a/RG_School/app/src/androidTest/java/com/example/rg_school/ExampleInstrumentedTest.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.example.rg_school; - -import android.content.Context; - -import androidx.test.platform.app.InstrumentationRegistry; -import androidx.test.ext.junit.runners.AndroidJUnit4; - -import org.junit.Test; -import org.junit.runner.RunWith; - -import static org.junit.Assert.*; - -/** - * Instrumented test, which will execute on an Android device. - * - * @see Testing documentation - */ -@RunWith(AndroidJUnit4.class) -public class ExampleInstrumentedTest { - @Test - public void useAppContext() { - // Context of the app under test. - Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); - assertEquals("com.example.rg_school", appContext.getPackageName()); - } -} \ No newline at end of file diff --git a/RG_School/app/src/main/AndroidManifest.xml b/RG_School/app/src/main/AndroidManifest.xml deleted file mode 100644 index 90bfce8..0000000 --- a/RG_School/app/src/main/AndroidManifest.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/RG_School/app/src/main/java/com/example/rg_school/LoginScreen.java b/RG_School/app/src/main/java/com/example/rg_school/LoginScreen.java deleted file mode 100644 index 4ef378e..0000000 --- a/RG_School/app/src/main/java/com/example/rg_school/LoginScreen.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.example.rg_school; - -import androidx.appcompat.app.AppCompatActivity; - -import android.os.Bundle; - -import android.view.View; -import android.widget.EditText; -import android.widget.TextView; -import android.widget.Toast; - -public class LoginScreen extends AppCompatActivity { - - EditText name; //创建账号 - EditText passwd; //创建密码 - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_login_screen); - - name = findViewById(R.id.name); //获取输入的账号 - passwd = findViewById(R.id.passwd); //获取输入的密码 - } - - //添加按钮事件 - -} \ No newline at end of file diff --git a/RG_School/app/src/main/java/com/example/rg_school/MainActivity.java b/RG_School/app/src/main/java/com/example/rg_school/MainActivity.java deleted file mode 100644 index 833a996..0000000 --- a/RG_School/app/src/main/java/com/example/rg_school/MainActivity.java +++ /dev/null @@ -1,29 +0,0 @@ -package com.example.rg_school; - -import androidx.appcompat.app.AppCompatActivity; - -import android.content.Intent; -import android.os.Bundle; -import android.view.View; -import android.widget.Button; - -public class MainActivity extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - - Button button=findViewById(R.id.button); - //创建一个点击事件 - button.setOnClickListener(new View.OnClickListener() { - @Override - //按钮点击后执行下面回调方法 - public void onClick(View v) { - Intent intent=new Intent(); - intent.setClass(getApplicationContext(),LoginScreen.class);//跳转的目的地 - startActivity(intent); - } - }); - } -} \ No newline at end of file diff --git a/RG_School/app/src/main/java/com/example/rg_school/MainScreen.java b/RG_School/app/src/main/java/com/example/rg_school/MainScreen.java deleted file mode 100644 index 7e2de9e..0000000 --- a/RG_School/app/src/main/java/com/example/rg_school/MainScreen.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.example.rg_school; - -import androidx.appcompat.app.AppCompatActivity; - -import android.os.Bundle; - -public class MainScreen extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main_screen); - } -} \ No newline at end of file diff --git a/RG_School/app/src/main/java/com/example/rg_school/me.java b/RG_School/app/src/main/java/com/example/rg_school/me.java deleted file mode 100644 index 9ba907e..0000000 --- a/RG_School/app/src/main/java/com/example/rg_school/me.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.example.rg_school; - -import androidx.appcompat.app.AppCompatActivity; - -import android.os.Bundle; - -public class me extends AppCompatActivity { - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_me); - } -} \ No newline at end of file diff --git a/RG_School/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/RG_School/app/src/main/res/drawable-v24/ic_launcher_foreground.xml deleted file mode 100644 index 2b068d1..0000000 --- a/RG_School/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/RG_School/app/src/main/res/drawable/ic_launcher_background.xml b/RG_School/app/src/main/res/drawable/ic_launcher_background.xml deleted file mode 100644 index 07d5da9..0000000 --- a/RG_School/app/src/main/res/drawable/ic_launcher_background.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/RG_School/app/src/main/res/drawable/select001.png b/RG_School/app/src/main/res/drawable/select001.png deleted file mode 100644 index bbc68b0..0000000 Binary files a/RG_School/app/src/main/res/drawable/select001.png and /dev/null differ diff --git a/RG_School/app/src/main/res/layout/activity_login_screen.xml b/RG_School/app/src/main/res/layout/activity_login_screen.xml deleted file mode 100644 index 111f6da..0000000 --- a/RG_School/app/src/main/res/layout/activity_login_screen.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - -