diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..9ca43e5 --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index ed44d7d..e6caf7d 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { applicationId "com.cromstudio.redlinuxclick" minSdkVersion 21 targetSdkVersion 33 - versionCode 7 + versionCode 8 versionName "1.2.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/release/RedLinuxClick_v1.2.0.apk b/app/release/RedLinuxClick_v1.2.0.apk new file mode 100644 index 0000000..5544f3a Binary files /dev/null and b/app/release/RedLinuxClick_v1.2.0.apk differ diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json new file mode 100644 index 0000000..f00d05f --- /dev/null +++ b/app/release/output-metadata.json @@ -0,0 +1,20 @@ +{ + "version": 3, + "artifactType": { + "type": "APK", + "kind": "Directory" + }, + "applicationId": "com.cromstudio.redlinuxclick", + "variantName": "release", + "elements": [ + { + "type": "SINGLE", + "filters": [], + "attributes": [], + "versionCode": 8, + "versionName": "1.2.0", + "outputFile": "app-release.apk" + } + ], + "elementType": "File" +} \ No newline at end of file diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 8334647..8280700 100755 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -5,6 +5,7 @@ android:id="@+id/swipe_container" android:layout_width="match_parent" android:layout_height="match_parent"> + + android:layout_height="match_parent" /> + + android:background="#80000000" + android:visibility="visible"> + + android:background="#DCDCDC" /> + + android:layout_centerHorizontal="true" + android:layout_marginTop="145dp" + android:contentDescription="Red LinuxClick" + android:src="@drawable/ic_logo" /> + + android:visibility="gone" /> + - - + + + android:background="#80000000" + android:visibility="gone"> + + android:background="@color/colorWhite" /> + + + android:textSize="35dp" + android:textStyle="bold" /> + + android:textColor="#000" + android:textSize="18dp" /> +