diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b55dc60f54..68e07d655f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -74,8 +74,10 @@
+
diff --git a/res/drawable-hdpi/ic_cloud_check.png b/res/drawable-hdpi/ic_cloud_check.png
new file mode 100644
index 0000000000..50cf896791
Binary files /dev/null and b/res/drawable-hdpi/ic_cloud_check.png differ
diff --git a/res/drawable-hdpi/ic_uploads.png b/res/drawable-hdpi/ic_uploads.png
new file mode 100644
index 0000000000..603b97be4b
Binary files /dev/null and b/res/drawable-hdpi/ic_uploads.png differ
diff --git a/res/drawable-mdpi/ic_cloud_check.png b/res/drawable-mdpi/ic_cloud_check.png
new file mode 100644
index 0000000000..c48e3a91cb
Binary files /dev/null and b/res/drawable-mdpi/ic_cloud_check.png differ
diff --git a/res/drawable-xhdpi/ic_cloud_check.png b/res/drawable-xhdpi/ic_cloud_check.png
new file mode 100644
index 0000000000..267e453ae0
Binary files /dev/null and b/res/drawable-xhdpi/ic_cloud_check.png differ
diff --git a/res/drawable-xxhdpi/ic_cloud_check.png b/res/drawable-xxhdpi/ic_cloud_check.png
new file mode 100644
index 0000000000..c533f66b89
Binary files /dev/null and b/res/drawable-xxhdpi/ic_cloud_check.png differ
diff --git a/res/drawable-xxxhdpi/ic_cloud_check.png b/res/drawable-xxxhdpi/ic_cloud_check.png
new file mode 100644
index 0000000000..df0dc21349
Binary files /dev/null and b/res/drawable-xxxhdpi/ic_cloud_check.png differ
diff --git a/res/layout/folder_sync_layout.xml b/res/layout/folder_sync_layout.xml
new file mode 100644
index 0000000000..ff763062dc
--- /dev/null
+++ b/res/layout/folder_sync_layout.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/menu/drawer_menu.xml b/res/menu/drawer_menu.xml
index 0679e5e987..0493f76801 100644
--- a/res/menu/drawer_menu.xml
+++ b/res/menu/drawer_menu.xml
@@ -37,6 +37,11 @@
android:id="@+id/nav_uploads"
android:icon="@drawable/ic_uploads"
android:title="@string/drawer_item_uploads_list"/>
+