diff --git a/.gradle/2.8/taskArtifacts/cache.properties b/.gradle/2.8/taskArtifacts/cache.properties
new file mode 100644
index 0000000..ea51c28
--- /dev/null
+++ b/.gradle/2.8/taskArtifacts/cache.properties
@@ -0,0 +1 @@
+#Mon Mar 28 22:50:11 IST 2016
diff --git a/.gradle/2.8/taskArtifacts/cache.properties.lock b/.gradle/2.8/taskArtifacts/cache.properties.lock
new file mode 100644
index 0000000..459a05c
Binary files /dev/null and b/.gradle/2.8/taskArtifacts/cache.properties.lock differ
diff --git a/.gradle/2.8/taskArtifacts/fileHashes.bin b/.gradle/2.8/taskArtifacts/fileHashes.bin
new file mode 100644
index 0000000..78d388f
Binary files /dev/null and b/.gradle/2.8/taskArtifacts/fileHashes.bin differ
diff --git a/.gradle/2.8/taskArtifacts/fileSnapshots.bin b/.gradle/2.8/taskArtifacts/fileSnapshots.bin
new file mode 100644
index 0000000..df90806
Binary files /dev/null and b/.gradle/2.8/taskArtifacts/fileSnapshots.bin differ
diff --git a/.gradle/2.8/taskArtifacts/outputFileStates.bin b/.gradle/2.8/taskArtifacts/outputFileStates.bin
new file mode 100644
index 0000000..574f80f
Binary files /dev/null and b/.gradle/2.8/taskArtifacts/outputFileStates.bin differ
diff --git a/.gradle/2.8/taskArtifacts/taskArtifacts.bin b/.gradle/2.8/taskArtifacts/taskArtifacts.bin
new file mode 100644
index 0000000..6ef4fce
Binary files /dev/null and b/.gradle/2.8/taskArtifacts/taskArtifacts.bin differ
diff --git a/app/build.gradle b/app/build.gradle
new file mode 100644
index 0000000..992ed27
--- /dev/null
+++ b/app/build.gradle
@@ -0,0 +1,23 @@
+apply plugin: 'com.android.application'
+
+android {
+ compileSdkVersion 18
+ buildToolsVersion "23.0.2"
+
+ defaultConfig {
+ applicationId "info.androidhive.slidingmenu"
+ minSdkVersion 11
+ targetSdkVersion 17
+ }
+
+ buildTypes {
+ release {
+ minifyEnabled false
+ proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
+ }
+ }
+}
+
+dependencies {
+ compile 'com.android.support:support-v4:18.0.0'
+}
diff --git a/app/build/generated/source/buildConfig/androidTest/debug/info/androidhive/slidingmenu/test/BuildConfig.java b/app/build/generated/source/buildConfig/androidTest/debug/info/androidhive/slidingmenu/test/BuildConfig.java
new file mode 100644
index 0000000..860bd16
--- /dev/null
+++ b/app/build/generated/source/buildConfig/androidTest/debug/info/androidhive/slidingmenu/test/BuildConfig.java
@@ -0,0 +1,13 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package info.androidhive.slidingmenu.test;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String APPLICATION_ID = "info.androidhive.slidingmenu.test";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = -1;
+ public static final String VERSION_NAME = "";
+}
diff --git a/app/build/generated/source/buildConfig/debug/info/androidhive/slidingmenu/BuildConfig.java b/app/build/generated/source/buildConfig/debug/info/androidhive/slidingmenu/BuildConfig.java
new file mode 100644
index 0000000..0ccbcfd
--- /dev/null
+++ b/app/build/generated/source/buildConfig/debug/info/androidhive/slidingmenu/BuildConfig.java
@@ -0,0 +1,13 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package info.androidhive.slidingmenu;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String APPLICATION_ID = "info.androidhive.slidingmenu";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "1.0";
+}
diff --git a/app/build/generated/source/r/debug/info/androidhive/slidingmenu/R.java b/app/build/generated/source/r/debug/info/androidhive/slidingmenu/R.java
new file mode 100644
index 0000000..948c65d
--- /dev/null
+++ b/app/build/generated/source/r/debug/info/androidhive/slidingmenu/R.java
@@ -0,0 +1,163 @@
+/* AUTO-GENERATED FILE. DO NOT MODIFY.
+ *
+ * This class was automatically generated by the
+ * aapt tool from the resource data it found. It
+ * should not be modified by hand.
+ */
+
+package info.androidhive.slidingmenu;
+
+public final class R {
+ public static final class array {
+ public static final int nav_drawer_icons=0x7f060000;
+ public static final int nav_drawer_items=0x7f060001;
+ }
+ public static final class attr {
+ }
+ public static final class color {
+ public static final int counter_text_bg=0x7f070000;
+ public static final int counter_text_color=0x7f070001;
+ public static final int list_background=0x7f070002;
+ public static final int list_background_pressed=0x7f070003;
+ public static final int list_divider=0x7f070004;
+ public static final int list_item_title=0x7f070005;
+ }
+ public static final class dimen {
+ public static final int activity_horizontal_margin=0x7f040000;
+ public static final int activity_vertical_margin=0x7f040001;
+ }
+ public static final class drawable {
+ public static final int button_connect=0x7f020000;
+ public static final int c=0x7f020001;
+ public static final int connect=0x7f020002;
+ public static final int goal1=0x7f020003;
+ public static final int goal10=0x7f020004;
+ public static final int goal11=0x7f020005;
+ public static final int goal12=0x7f020006;
+ public static final int goal13=0x7f020007;
+ public static final int goal14=0x7f020008;
+ public static final int goal15=0x7f020009;
+ public static final int goal16=0x7f02000a;
+ public static final int goal17=0x7f02000b;
+ public static final int goal2=0x7f02000c;
+ public static final int goal3=0x7f02000d;
+ public static final int goal4=0x7f02000e;
+ public static final int goal5=0x7f02000f;
+ public static final int goal6=0x7f020010;
+ public static final int goal7=0x7f020011;
+ public static final int goal8=0x7f020012;
+ public static final int goal9=0x7f020013;
+ public static final int ic_communities=0x7f020014;
+ public static final int ic_drawer=0x7f020015;
+ public static final int ic_home=0x7f020016;
+ public static final int ic_launcher=0x7f020017;
+ public static final int ic_pages=0x7f020018;
+ public static final int ic_people=0x7f020019;
+ public static final int ic_photos=0x7f02001a;
+ public static final int ic_whats_hot=0x7f02001b;
+ public static final int image01=0x7f02001c;
+ public static final int image02=0x7f02001d;
+ public static final int image03=0x7f02001e;
+ public static final int image04=0x7f02001f;
+ public static final int image05=0x7f020020;
+ public static final int image06=0x7f020021;
+ public static final int image07=0x7f020022;
+ public static final int image08=0x7f020023;
+ public static final int image09=0x7f020024;
+ public static final int image1=0x7f020025;
+ public static final int image10=0x7f020026;
+ public static final int image11=0x7f020027;
+ public static final int image12=0x7f020028;
+ public static final int image13=0x7f020029;
+ public static final int image14=0x7f02002a;
+ public static final int image15=0x7f02002b;
+ public static final int image16=0x7f02002c;
+ public static final int image17=0x7f02002d;
+ public static final int iot=0x7f02002e;
+ public static final int list_item_bg_normal=0x7f02002f;
+ public static final int list_item_bg_pressed=0x7f020030;
+ public static final int list_selector=0x7f020031;
+ }
+ public static final class id {
+ public static final int drawer_layout=0x7f0a0000;
+ public static final int frame_container=0x7f0a0001;
+ public static final int icon=0x7f0a0003;
+ public static final int imageButton=0x7f0a001c;
+ public static final int imageView=0x7f0a0006;
+ public static final int imageView10=0x7f0a000f;
+ public static final int imageView11=0x7f0a0010;
+ public static final int imageView12=0x7f0a0011;
+ public static final int imageView13=0x7f0a0012;
+ public static final int imageView14=0x7f0a0013;
+ public static final int imageView15=0x7f0a0014;
+ public static final int imageView16=0x7f0a0015;
+ public static final int imageView17=0x7f0a0016;
+ public static final int imageView18=0x7f0a0017;
+ public static final int imageView19=0x7f0a001d;
+ public static final int imageView2=0x7f0a0007;
+ public static final int imageView20=0x7f0a0019;
+ public static final int imageView3=0x7f0a0008;
+ public static final int imageView4=0x7f0a0009;
+ public static final int imageView5=0x7f0a000a;
+ public static final int imageView6=0x7f0a000b;
+ public static final int imageView7=0x7f0a000c;
+ public static final int imageView8=0x7f0a000d;
+ public static final int imageView9=0x7f0a000e;
+ public static final int list_slidermenu=0x7f0a0002;
+ public static final int picture=0x7f0a0018;
+ public static final int textView=0x7f0a001b;
+ public static final int textView2=0x7f0a001a;
+ public static final int title=0x7f0a0004;
+ public static final int txtLabel=0x7f0a0005;
+ }
+ public static final class layout {
+ public static final int activity_main=0x7f030000;
+ public static final int drawer_list_item=0x7f030001;
+ public static final int fragment_find_people=0x7f030002;
+ public static final int fragment_home=0x7f030003;
+ public static final int fragment_photos=0x7f030004;
+ public static final int grid_item=0x7f030005;
+ public static final int image10=0x7f030006;
+ public static final int image11=0x7f030007;
+ public static final int image12=0x7f030008;
+ public static final int image13=0x7f030009;
+ public static final int image14=0x7f03000a;
+ public static final int image15=0x7f03000b;
+ public static final int image16=0x7f03000c;
+ public static final int image17=0x7f03000d;
+ public static final int image18=0x7f03000e;
+ public static final int image2=0x7f03000f;
+ public static final int image3=0x7f030010;
+ public static final int image4=0x7f030011;
+ public static final int image5=0x7f030012;
+ public static final int image6=0x7f030013;
+ public static final int image7=0x7f030014;
+ public static final int image8=0x7f030015;
+ public static final int image9=0x7f030016;
+ }
+ public static final class menu {
+ public static final int main=0x7f090000;
+ }
+ public static final class string {
+ public static final int app_name=0x7f080000;
+ public static final int desc_list_item_icon=0x7f080001;
+ public static final int drawer_close=0x7f080002;
+ public static final int drawer_open=0x7f080003;
+ public static final int goal1=0x7f080004;
+ public static final int hello_world=0x7f080005;
+ }
+ public static final class style {
+ /** API 11 theme customizations can go here.
+ API 14 theme customizations can go here.
+
+ Theme customizations available in newer API levels can go in
+ res/values-vXX/styles.xml, while customizations related to
+ backward-compatibility can go here.
+
+ */
+ public static final int AppBaseTheme=0x7f050000;
+ /** All customizations that are NOT specific to a particular API-level can go here.
+ */
+ public static final int AppTheme=0x7f050001;
+ }
+}
diff --git a/app/build/intermediates/blame/res/debug/multi/values-sw720dp-land-v13.json b/app/build/intermediates/blame/res/debug/multi/values-sw720dp-land-v13.json
new file mode 100644
index 0000000..e4e443a
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi/values-sw720dp-land-v13.json
@@ -0,0 +1,50 @@
+[
+ {
+ "outputFile": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/values-sw720dp-land-v13/values-sw720dp-land-v13.xml",
+ "map": [
+ {
+ "to": {
+ "startLine": 2,
+ "startColumn": 4,
+ "startOffset": 55,
+ "endColumn": 58,
+ "endOffset": 109
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values-sw720dp-land/dimens.xml",
+ "position": {
+ "startLine": 6,
+ "startColumn": 4,
+ "startOffset": 205,
+ "endColumn": 58,
+ "endOffset": 259
+ }
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/values-sw720dp-land-v13/values-sw720dp-land-v13.xml",
+ "map": [
+ {
+ "to": {
+ "startLine": 2,
+ "startColumn": 4,
+ "startOffset": 55,
+ "endColumn": 58,
+ "endOffset": 109
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values-sw720dp-land/dimens.xml",
+ "position": {
+ "startLine": 6,
+ "startColumn": 4,
+ "startOffset": 205,
+ "endColumn": 58,
+ "endOffset": 259
+ }
+ }
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi/values-v11.json b/app/build/intermediates/blame/res/debug/multi/values-v11.json
new file mode 100644
index 0000000..b857e4f
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi/values-v11.json
@@ -0,0 +1,54 @@
+[
+ {
+ "outputFile": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/values-v11/values-v11.xml",
+ "map": [
+ {
+ "to": {
+ "startLine": 2,
+ "startColumn": 4,
+ "startOffset": 55,
+ "endLine": 4,
+ "endColumn": 12,
+ "endOffset": 187
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values-v11/styles.xml",
+ "position": {
+ "startLine": 6,
+ "startColumn": 4,
+ "startOffset": 182,
+ "endLine": 8,
+ "endColumn": 12,
+ "endOffset": 316
+ }
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/values-v11/values-v11.xml",
+ "map": [
+ {
+ "to": {
+ "startLine": 2,
+ "startColumn": 4,
+ "startOffset": 55,
+ "endLine": 4,
+ "endColumn": 12,
+ "endOffset": 187
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values-v11/styles.xml",
+ "position": {
+ "startLine": 6,
+ "startColumn": 4,
+ "startOffset": 182,
+ "endLine": 8,
+ "endColumn": 12,
+ "endOffset": 316
+ }
+ }
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi/values-v14.json b/app/build/intermediates/blame/res/debug/multi/values-v14.json
new file mode 100644
index 0000000..bce5172
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi/values-v14.json
@@ -0,0 +1,54 @@
+[
+ {
+ "outputFile": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/values-v14/values-v14.xml",
+ "map": [
+ {
+ "to": {
+ "startLine": 2,
+ "startColumn": 4,
+ "startOffset": 55,
+ "endLine": 4,
+ "endColumn": 12,
+ "endOffset": 187
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values-v14/styles.xml",
+ "position": {
+ "startLine": 7,
+ "startColumn": 4,
+ "startOffset": 225,
+ "endLine": 9,
+ "endColumn": 12,
+ "endOffset": 359
+ }
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/values-v14/values-v14.xml",
+ "map": [
+ {
+ "to": {
+ "startLine": 2,
+ "startColumn": 4,
+ "startOffset": 55,
+ "endLine": 4,
+ "endColumn": 12,
+ "endOffset": 187
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values-v14/styles.xml",
+ "position": {
+ "startLine": 7,
+ "startColumn": 4,
+ "startOffset": 225,
+ "endLine": 9,
+ "endColumn": 12,
+ "endOffset": 359
+ }
+ }
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi/values.json b/app/build/intermediates/blame/res/debug/multi/values.json
new file mode 100644
index 0000000..b8db3d9
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi/values.json
@@ -0,0 +1,712 @@
+[
+ {
+ "outputFile": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/values/values.xml",
+ "map": [
+ {
+ "to": {
+ "startLine": 2,
+ "startColumn": 4,
+ "startOffset": 55,
+ "endLine": 6,
+ "endColumn": 12,
+ "endOffset": 220
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values/strings.xml",
+ "position": {
+ "startLine": 19,
+ "startColumn": 4,
+ "startOffset": 617,
+ "endLine": 23,
+ "endColumn": 12,
+ "endOffset": 782
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 7,
+ "startColumn": 4,
+ "startOffset": 225,
+ "endLine": 12,
+ "endColumn": 19,
+ "endOffset": 371
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values/strings.xml",
+ "position": {
+ "startLine": 10,
+ "startColumn": 4,
+ "startOffset": 365,
+ "endLine": 15,
+ "endColumn": 19,
+ "endOffset": 514
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 13,
+ "startColumn": 4,
+ "startOffset": 376,
+ "endColumn": 49,
+ "endOffset": 421
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values/color.xml",
+ "position": {
+ "startLine": 6,
+ "startColumn": 4,
+ "startOffset": 263,
+ "endColumn": 49,
+ "endOffset": 308
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 14,
+ "startColumn": 4,
+ "startOffset": 426,
+ "endColumn": 52,
+ "endOffset": 474
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values/color.xml",
+ "position": {
+ "startLine": 7,
+ "startColumn": 4,
+ "startOffset": 314,
+ "endColumn": 52,
+ "endOffset": 362
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 15,
+ "startColumn": 4,
+ "startOffset": 479,
+ "endColumn": 49,
+ "endOffset": 524
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values/color.xml",
+ "position": {
+ "startLine": 3,
+ "startColumn": 4,
+ "startOffset": 105,
+ "endColumn": 49,
+ "endOffset": 150
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 16,
+ "startColumn": 4,
+ "startOffset": 529,
+ "endColumn": 57,
+ "endOffset": 582
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values/color.xml",
+ "position": {
+ "startLine": 4,
+ "startColumn": 4,
+ "startOffset": 156,
+ "endColumn": 57,
+ "endOffset": 209
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 17,
+ "startColumn": 4,
+ "startOffset": 587,
+ "endColumn": 46,
+ "endOffset": 629
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values/color.xml",
+ "position": {
+ "startLine": 5,
+ "startColumn": 4,
+ "startOffset": 215,
+ "endColumn": 46,
+ "endOffset": 257
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 18,
+ "startColumn": 4,
+ "startOffset": 634,
+ "endColumn": 46,
+ "endOffset": 676
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values/color.xml",
+ "position": {
+ "startLine": 2,
+ "startColumn": 4,
+ "startOffset": 57,
+ "endColumn": 46,
+ "endOffset": 99
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 19,
+ "startColumn": 4,
+ "startOffset": 681,
+ "endColumn": 57,
+ "endOffset": 734
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values/dimens.xml",
+ "position": {
+ "startLine": 3,
+ "startColumn": 4,
+ "startOffset": 92,
+ "endColumn": 57,
+ "endOffset": 145
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 20,
+ "startColumn": 4,
+ "startOffset": 739,
+ "endColumn": 55,
+ "endOffset": 790
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values/dimens.xml",
+ "position": {
+ "startLine": 4,
+ "startColumn": 4,
+ "startOffset": 151,
+ "endColumn": 55,
+ "endOffset": 202
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 21,
+ "startColumn": 4,
+ "startOffset": 795,
+ "endColumn": 44,
+ "endOffset": 835
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values/strings.xml",
+ "position": {
+ "startLine": 3,
+ "startColumn": 4,
+ "startOffset": 56,
+ "endColumn": 44,
+ "endOffset": 96
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 22,
+ "startColumn": 4,
+ "startOffset": 840,
+ "endColumn": 57,
+ "endOffset": 893
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values/strings.xml",
+ "position": {
+ "startLine": 26,
+ "startColumn": 4,
+ "startOffset": 825,
+ "endColumn": 57,
+ "endOffset": 878
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 23,
+ "startColumn": 4,
+ "startOffset": 898,
+ "endColumn": 59,
+ "endOffset": 953
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values/strings.xml",
+ "position": {
+ "startLine": 6,
+ "startColumn": 4,
+ "startOffset": 213,
+ "endColumn": 59,
+ "endOffset": 268
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 24,
+ "startColumn": 4,
+ "startOffset": 958,
+ "endColumn": 58,
+ "endOffset": 1012
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values/strings.xml",
+ "position": {
+ "startLine": 5,
+ "startColumn": 4,
+ "startOffset": 154,
+ "endColumn": 58,
+ "endOffset": 208
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 25,
+ "startColumn": 4,
+ "startOffset": 1017,
+ "endColumn": 51,
+ "endOffset": 1064
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values/strings.xml",
+ "position": {
+ "startLine": 7,
+ "startColumn": 4,
+ "startOffset": 273,
+ "endColumn": 51,
+ "endOffset": 320
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 26,
+ "startColumn": 4,
+ "startOffset": 1069,
+ "endColumn": 52,
+ "endOffset": 1117
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values/strings.xml",
+ "position": {
+ "startLine": 4,
+ "startColumn": 4,
+ "startOffset": 101,
+ "endColumn": 52,
+ "endOffset": 149
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 27,
+ "startColumn": 4,
+ "startOffset": 1122,
+ "endLine": 33,
+ "endColumn": 12,
+ "endOffset": 1408
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values/styles.xml",
+ "position": {
+ "startLine": 6,
+ "startColumn": 4,
+ "startOffset": 191,
+ "endLine": 12,
+ "endColumn": 12,
+ "endOffset": 481
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 34,
+ "startColumn": 4,
+ "startOffset": 1413,
+ "endLine": 36,
+ "endColumn": 12,
+ "endOffset": 1568
+ },
+ "from": {
+ "file": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/values/styles.xml",
+ "position": {
+ "startLine": 15,
+ "startColumn": 4,
+ "startOffset": 522,
+ "endLine": 17,
+ "endColumn": 12,
+ "endOffset": 679
+ }
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/values/values.xml",
+ "map": [
+ {
+ "to": {
+ "startLine": 2,
+ "startColumn": 4,
+ "startOffset": 55,
+ "endLine": 6,
+ "endColumn": 12,
+ "endOffset": 220
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values/strings.xml",
+ "position": {
+ "startLine": 19,
+ "startColumn": 4,
+ "startOffset": 617,
+ "endLine": 23,
+ "endColumn": 12,
+ "endOffset": 782
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 7,
+ "startColumn": 4,
+ "startOffset": 225,
+ "endLine": 12,
+ "endColumn": 19,
+ "endOffset": 371
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values/strings.xml",
+ "position": {
+ "startLine": 10,
+ "startColumn": 4,
+ "startOffset": 365,
+ "endLine": 15,
+ "endColumn": 19,
+ "endOffset": 514
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 13,
+ "startColumn": 4,
+ "startOffset": 376,
+ "endColumn": 49,
+ "endOffset": 421
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values/color.xml",
+ "position": {
+ "startLine": 6,
+ "startColumn": 4,
+ "startOffset": 263,
+ "endColumn": 49,
+ "endOffset": 308
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 14,
+ "startColumn": 4,
+ "startOffset": 426,
+ "endColumn": 52,
+ "endOffset": 474
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values/color.xml",
+ "position": {
+ "startLine": 7,
+ "startColumn": 4,
+ "startOffset": 314,
+ "endColumn": 52,
+ "endOffset": 362
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 15,
+ "startColumn": 4,
+ "startOffset": 479,
+ "endColumn": 49,
+ "endOffset": 524
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values/color.xml",
+ "position": {
+ "startLine": 3,
+ "startColumn": 4,
+ "startOffset": 105,
+ "endColumn": 49,
+ "endOffset": 150
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 16,
+ "startColumn": 4,
+ "startOffset": 529,
+ "endColumn": 57,
+ "endOffset": 582
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values/color.xml",
+ "position": {
+ "startLine": 4,
+ "startColumn": 4,
+ "startOffset": 156,
+ "endColumn": 57,
+ "endOffset": 209
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 17,
+ "startColumn": 4,
+ "startOffset": 587,
+ "endColumn": 46,
+ "endOffset": 629
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values/color.xml",
+ "position": {
+ "startLine": 5,
+ "startColumn": 4,
+ "startOffset": 215,
+ "endColumn": 46,
+ "endOffset": 257
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 18,
+ "startColumn": 4,
+ "startOffset": 634,
+ "endColumn": 46,
+ "endOffset": 676
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values/color.xml",
+ "position": {
+ "startLine": 2,
+ "startColumn": 4,
+ "startOffset": 57,
+ "endColumn": 46,
+ "endOffset": 99
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 19,
+ "startColumn": 4,
+ "startOffset": 681,
+ "endColumn": 57,
+ "endOffset": 734
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values/dimens.xml",
+ "position": {
+ "startLine": 3,
+ "startColumn": 4,
+ "startOffset": 92,
+ "endColumn": 57,
+ "endOffset": 145
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 20,
+ "startColumn": 4,
+ "startOffset": 739,
+ "endColumn": 55,
+ "endOffset": 790
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values/dimens.xml",
+ "position": {
+ "startLine": 4,
+ "startColumn": 4,
+ "startOffset": 151,
+ "endColumn": 55,
+ "endOffset": 202
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 21,
+ "startColumn": 4,
+ "startOffset": 795,
+ "endColumn": 44,
+ "endOffset": 835
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values/strings.xml",
+ "position": {
+ "startLine": 3,
+ "startColumn": 4,
+ "startOffset": 56,
+ "endColumn": 44,
+ "endOffset": 96
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 22,
+ "startColumn": 4,
+ "startOffset": 840,
+ "endColumn": 57,
+ "endOffset": 893
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values/strings.xml",
+ "position": {
+ "startLine": 26,
+ "startColumn": 4,
+ "startOffset": 825,
+ "endColumn": 57,
+ "endOffset": 878
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 23,
+ "startColumn": 4,
+ "startOffset": 898,
+ "endColumn": 59,
+ "endOffset": 953
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values/strings.xml",
+ "position": {
+ "startLine": 6,
+ "startColumn": 4,
+ "startOffset": 213,
+ "endColumn": 59,
+ "endOffset": 268
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 24,
+ "startColumn": 4,
+ "startOffset": 958,
+ "endColumn": 58,
+ "endOffset": 1012
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values/strings.xml",
+ "position": {
+ "startLine": 5,
+ "startColumn": 4,
+ "startOffset": 154,
+ "endColumn": 58,
+ "endOffset": 208
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 25,
+ "startColumn": 4,
+ "startOffset": 1017,
+ "endColumn": 51,
+ "endOffset": 1064
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values/strings.xml",
+ "position": {
+ "startLine": 7,
+ "startColumn": 4,
+ "startOffset": 273,
+ "endColumn": 51,
+ "endOffset": 320
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 26,
+ "startColumn": 4,
+ "startOffset": 1069,
+ "endColumn": 52,
+ "endOffset": 1117
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values/strings.xml",
+ "position": {
+ "startLine": 4,
+ "startColumn": 4,
+ "startOffset": 101,
+ "endColumn": 52,
+ "endOffset": 149
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 27,
+ "startColumn": 4,
+ "startOffset": 1122,
+ "endLine": 33,
+ "endColumn": 12,
+ "endOffset": 1408
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values/styles.xml",
+ "position": {
+ "startLine": 6,
+ "startColumn": 4,
+ "startOffset": 191,
+ "endLine": 12,
+ "endColumn": 12,
+ "endOffset": 481
+ }
+ }
+ },
+ {
+ "to": {
+ "startLine": 34,
+ "startColumn": 4,
+ "startOffset": 1413,
+ "endLine": 36,
+ "endColumn": 12,
+ "endOffset": 1568
+ },
+ "from": {
+ "file": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/values/styles.xml",
+ "position": {
+ "startLine": 15,
+ "startColumn": 4,
+ "startOffset": 522,
+ "endLine": 17,
+ "endColumn": 12,
+ "endOffset": 679
+ }
+ }
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/single/drawable-hdpi-v4.json b/app/build/intermediates/blame/res/debug/single/drawable-hdpi-v4.json
new file mode 100644
index 0000000..c29a2cc
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/single/drawable-hdpi-v4.json
@@ -0,0 +1,66 @@
+[
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_launcher.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-hdpi/ic_launcher.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_people.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-hdpi/ic_people.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_pages.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-hdpi/ic_pages.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_people.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-hdpi/ic_people.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_whats_hot.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-hdpi/ic_whats_hot.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_communities.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-hdpi/ic_communities.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_whats_hot.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-hdpi/ic_whats_hot.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_photos.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-hdpi/ic_photos.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_drawer.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-hdpi/ic_drawer.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_home.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-hdpi/ic_home.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_launcher.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-hdpi/ic_launcher.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_home.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-hdpi/ic_home.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_drawer.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-hdpi/ic_drawer.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_photos.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-hdpi/ic_photos.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_pages.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-hdpi/ic_pages.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_communities.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-hdpi/ic_communities.png"
+ }
+]
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/single/drawable-mdpi-v4.json b/app/build/intermediates/blame/res/debug/single/drawable-mdpi-v4.json
new file mode 100644
index 0000000..9ea9a22
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/single/drawable-mdpi-v4.json
@@ -0,0 +1,66 @@
+[
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_communities.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-mdpi/ic_communities.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_people.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-mdpi/ic_people.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_drawer.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-mdpi/ic_drawer.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_communities.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-mdpi/ic_communities.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_people.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-mdpi/ic_people.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_whats_hot.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-mdpi/ic_whats_hot.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_photos.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-mdpi/ic_photos.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_launcher.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-mdpi/ic_launcher.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_photos.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-mdpi/ic_photos.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_home.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-mdpi/ic_home.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_pages.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-mdpi/ic_pages.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_home.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-mdpi/ic_home.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_drawer.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-mdpi/ic_drawer.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_launcher.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-mdpi/ic_launcher.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_pages.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-mdpi/ic_pages.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_whats_hot.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-mdpi/ic_whats_hot.png"
+ }
+]
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/single/drawable-xhdpi-v4.json b/app/build/intermediates/blame/res/debug/single/drawable-xhdpi-v4.json
new file mode 100644
index 0000000..f1e44f2
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/single/drawable-xhdpi-v4.json
@@ -0,0 +1,66 @@
+[
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_people.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-xhdpi/ic_people.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_drawer.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-xhdpi/ic_drawer.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_launcher.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-xhdpi/ic_launcher.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_photos.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-xhdpi/ic_photos.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_people.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-xhdpi/ic_people.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_launcher.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-xhdpi/ic_launcher.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_communities.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-xhdpi/ic_communities.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_photos.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-xhdpi/ic_photos.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_home.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-xhdpi/ic_home.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_drawer.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-xhdpi/ic_drawer.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_pages.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-xhdpi/ic_pages.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_whats_hot.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-xhdpi/ic_whats_hot.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_home.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-xhdpi/ic_home.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_communities.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-xhdpi/ic_communities.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_whats_hot.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-xhdpi/ic_whats_hot.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_pages.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-xhdpi/ic_pages.png"
+ }
+]
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v4.json b/app/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v4.json
new file mode 100644
index 0000000..2dcff37
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v4.json
@@ -0,0 +1,58 @@
+[
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_communities.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-xxhdpi/ic_communities.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_home.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-xxhdpi/ic_home.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_launcher.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-xxhdpi/ic_launcher.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_photos.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-xxhdpi/ic_photos.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_whats_hot.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-xxhdpi/ic_whats_hot.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_home.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-xxhdpi/ic_home.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_pages.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-xxhdpi/ic_pages.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_pages.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-xxhdpi/ic_pages.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_launcher.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-xxhdpi/ic_launcher.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_whats_hot.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-xxhdpi/ic_whats_hot.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_photos.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-xxhdpi/ic_photos.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_communities.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-xxhdpi/ic_communities.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_people.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable-xxhdpi/ic_people.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_people.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable-xxhdpi/ic_people.png"
+ }
+]
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/single/drawable.json b/app/build/intermediates/blame/res/debug/single/drawable.json
new file mode 100644
index 0000000..5bf521e
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/single/drawable.json
@@ -0,0 +1,338 @@
+[
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/image05.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/image05.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/image04.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/image04.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/goal5.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/goal5.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/goal1.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/goal1.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/list_selector.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/list_selector.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/image12.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/image12.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/goal15.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/goal15.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/list_item_bg_pressed.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/list_item_bg_pressed.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/goal10.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/goal10.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/image09.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/image09.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/button_connect.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/button_connect.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/image03.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/image03.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/goal14.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/goal14.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/image17.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/image17.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/goal11.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/goal11.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/goal7.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/goal7.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/image13.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/image13.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/goal17.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/goal17.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/goal4.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/goal4.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/connect.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/connect.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/goal8.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/goal8.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/image01.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/image01.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/image15.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/image15.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/image07.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/image07.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/image04.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/image04.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/image12.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/image12.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/c.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/c.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/image1.png",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/image1.png"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/list_selector.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/list_selector.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/c.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/c.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/goal16.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/goal16.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/goal5.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/goal5.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/iot.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/iot.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/iot.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/iot.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/goal2.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/goal2.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/image01.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/image01.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/goal2.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/goal2.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/list_item_bg_normal.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/list_item_bg_normal.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/goal4.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/goal4.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/image15.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/image15.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/image07.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/image07.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/image02.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/image02.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/image10.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/image10.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/goal8.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/goal8.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/image1.png",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/image1.png"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/goal13.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/goal13.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/goal12.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/goal12.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/goal17.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/goal17.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/image10.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/image10.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/goal7.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/goal7.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/goal11.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/goal11.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/goal3.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/goal3.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/goal1.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/goal1.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/list_item_bg_normal.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/list_item_bg_normal.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/connect.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/connect.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/image06.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/image06.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/goal14.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/goal14.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/image14.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/image14.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/image08.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/image08.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/image16.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/image16.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/goal15.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/goal15.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/goal12.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/goal12.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/image11.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/image11.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/goal6.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/goal6.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/goal3.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/goal3.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/image05.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/image05.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/image08.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/image08.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/image09.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/image09.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/image02.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/image02.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/goal6.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/goal6.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/list_item_bg_pressed.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/list_item_bg_pressed.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/image13.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/image13.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/goal9.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/goal9.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/image17.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/image17.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/image11.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/image11.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/image16.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/image16.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/image06.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/image06.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/goal10.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/goal10.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/image14.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/image14.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/goal9.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/goal9.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/goal13.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/goal13.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/image03.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/image03.jpg"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/drawable/button_connect.jpg",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/drawable/button_connect.jpg"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/drawable/goal16.jpg",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/drawable/goal16.jpg"
+ }
+]
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/single/layout-land.json b/app/build/intermediates/blame/res/debug/single/layout-land.json
new file mode 100644
index 0000000..fa415a2
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/single/layout-land.json
@@ -0,0 +1,10 @@
+[
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout-land/fragment_home.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout-land/fragment_home.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout-land/fragment_home.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout-land/fragment_home.xml"
+ }
+]
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/single/layout.json b/app/build/intermediates/blame/res/debug/single/layout.json
new file mode 100644
index 0000000..ed72df7
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/single/layout.json
@@ -0,0 +1,186 @@
+[
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/fragment_photos.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/fragment_photos.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/fragment_find_people.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/fragment_find_people.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/image2.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/image2.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/image4.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/image4.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/image16.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/image16.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/image15.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/image15.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/grid_item.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/grid_item.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/image17.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/image17.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/image12.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/image12.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/image4.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/image4.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/image11.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/image11.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/image8.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/image8.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/image14.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/image14.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/image5.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/image5.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/image15.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/image15.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/activity_main.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/activity_main.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/image7.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/image7.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/image12.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/image12.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/image18.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/image18.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/fragment_home.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/fragment_home.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/drawer_list_item.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/drawer_list_item.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/fragment_find_people.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/fragment_find_people.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/image2.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/image2.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/image18.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/image18.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/image9.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/image9.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/grid_item.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/grid_item.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/image3.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/image3.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/image3.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/image3.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/image6.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/image6.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/image10.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/image10.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/activity_main.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/activity_main.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/image11.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/image11.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/image9.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/image9.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/drawer_list_item.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/drawer_list_item.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/image17.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/image17.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/image6.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/image6.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/image14.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/image14.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/fragment_home.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/fragment_home.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/image5.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/image5.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/image8.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/image8.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/image7.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/image7.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/image13.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/image13.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/image13.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/image13.xml"
+ },
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/layout/image16.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/layout/image16.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/image10.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/image10.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/layout/fragment_photos.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/layout/fragment_photos.xml"
+ }
+]
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/single/menu.json b/app/build/intermediates/blame/res/debug/single/menu.json
new file mode 100644
index 0000000..8f58904
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/single/menu.json
@@ -0,0 +1,10 @@
+[
+ {
+ "merged": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/build/intermediates/res/merged/debug/menu/main.xml",
+ "source": "/home/vipak/AndroidStudioProjects/SlidingMenu (experiment)/app/src/main/res/menu/main.xml"
+ },
+ {
+ "merged": "/home/sbm/gitsbm/NGOConnect-android/app/build/intermediates/res/merged/debug/menu/main.xml",
+ "source": "/home/sbm/gitsbm/NGOConnect-android/app/src/main/res/menu/main.xml"
+ }
+]
\ No newline at end of file
diff --git a/app/build/intermediates/incremental/compileDebugAidl/dependency.store b/app/build/intermediates/incremental/compileDebugAidl/dependency.store
new file mode 100644
index 0000000..8b8400d
Binary files /dev/null and b/app/build/intermediates/incremental/compileDebugAidl/dependency.store differ
diff --git a/app/build/intermediates/incremental/compileDebugAndroidTestAidl/dependency.store b/app/build/intermediates/incremental/compileDebugAndroidTestAidl/dependency.store
new file mode 100644
index 0000000..8b8400d
Binary files /dev/null and b/app/build/intermediates/incremental/compileDebugAndroidTestAidl/dependency.store differ
diff --git a/app/build/intermediates/incremental/mergeDebugAndroidTestAssets/merger.xml b/app/build/intermediates/incremental/mergeDebugAndroidTestAssets/merger.xml
new file mode 100644
index 0000000..116559c
--- /dev/null
+++ b/app/build/intermediates/incremental/mergeDebugAndroidTestAssets/merger.xml
@@ -0,0 +1,2 @@
+
+