@@ -0,0 +1,10 @@
+package com.owncloud.android.ui.adapter;
+
+/**
+ * Enumeration of available/supported view types for file list/grid items
+ */
+public enum ViewType {
+ LIST_ITEM,
+ GRID_IMAGE,
+ GRID_ITEM
+}