From 9361c8d200e4efd454556e9c471bfccdcc8fbfc2 Mon Sep 17 00:00:00 2001 From: Anuraj Deep <38665186+anuraj07@users.noreply.github.com> Date: Fri, 2 Oct 2020 14:32:56 +0530 Subject: [PATCH 1/2] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5cb014c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Instagram-Clone +Developed on Android Studio with Google's Firebase as backend, Instagram Clone is a social picture sharing application. From 259660fbd9b8ec3557e5c927ec88b105276de237 Mon Sep 17 00:00:00 2001 From: Anuraj Deep Date: Fri, 2 Oct 2020 15:17:16 +0530 Subject: [PATCH 2/2] readme created --- .idea/caches/build_file_checksums.ser | Bin 0 -> 543 bytes .idea/codeStyles/Project.xml | 152 +++++++++++++++++++++----- .idea/gradle.xml | 8 ++ .idea/jarRepositories.xml | 50 +++++++++ .idea/misc.xml | 2 +- .idea/modules.xml | 2 + .idea/vcs.xml | 6 + 7 files changed, 194 insertions(+), 26 deletions(-) create mode 100644 .idea/caches/build_file_checksums.ser create mode 100644 .idea/jarRepositories.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser new file mode 100644 index 0000000000000000000000000000000000000000..4d444248d1be57df317d1b966c6f015e7176264f GIT binary patch literal 543 zcmZ4UmVvdnh`~NNKUXg?FQq6yGexf?KR>5fFEb@IQ7^qHF(oHeub?PDD>b=9F91S2 zm1gFoxMk*~I%lLNXBU^|7Q2L-Ts|(GuF1r}l-a(W(##Th_( zR`y#54~r#SWM*J;W8likPfT%3OfJbU@?_vF$tX%K&dAS6sVJ~_U;qK0at2z_zyOYkOxc*3?Qo+1eSf;K1-9^&-%Fgt=!1%z4|~W z7N?e!Wagz8!!#B$)G@Gu)Xuw^u+Qc`d!BBBo>aKg;e{m(JSaB66(+RSTg)0F?5a`KZCb3j2`kXlrdnOa;5SFE@^byYX}#~&Jt=ZpCpM^7(d&~vtm2`x@7 zDvoi?D=kXQQgBI4Er@|SCk7Eq7)D)@?YY^{u!-em1Lur4Kb-1H7zFXC-Y4+qK#6}w Ot@qZ9&cen;K@|WZ%e~0} literal 0 HcmV?d00001 diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 30aa626..db291c6 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,29 +1,131 @@ - - - - - - - - - - + + + + + + + +
+ + + + xmlns:android + + ^$ + + + +
+
+ + + + xmlns:.* + + ^$ + + + BY_NAME + +
+
+ + + + .*:id + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + .*:name + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + name + + ^$ + + + +
+
+ + + + style + + ^$ + + + +
+
+ + + + .* + + ^$ + + + BY_NAME + +
+
+ + + + .* + + http://schemas.android.com/apk/res/android + + + ANDROID_ATTRIBUTE_ORDER + +
+
+ + + + .* + + .* + + + BY_NAME + +
+
+
+
\ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 76a4349..5cd135a 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,10 +1,18 @@ + diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..d20bb58 --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 3801c33..44a4802 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -29,7 +29,7 @@ - + diff --git a/.idea/modules.xml b/.idea/modules.xml index bae86dc..ccbf261 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,6 +2,8 @@ + + diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file