Started swapping our ActionBar in favor of ActionBarSherlock
[pub/Android/ownCloud.git] / src / eu / alefzero / owncloud / ui / adapter / LandingScreenAdapter.java
index e31c65f..694225d 100644 (file)
@@ -53,10 +53,12 @@ public class LandingScreenAdapter extends BaseAdapter {
                mContext = context;\r
        }\r
 \r
+       @Override\r
        public int getCount() {\r
                return mLandingScreenIcons.length;\r
        }\r
 \r
+       @Override\r
        /**\r
         * Returns the Intent associated with this object\r
         * or null if the functionality is not yet implemented\r
@@ -76,10 +78,12 @@ public class LandingScreenAdapter extends BaseAdapter {
                return intent;\r
        }\r
 \r
+       @Override\r
        public long getItemId(int position) {\r
                return position;\r
        }\r
 \r
+       @Override\r
        public View getView(int position, View convertView, ViewGroup parent) {\r
                if (convertView == null) {\r
                        LayoutInflater inflator = LayoutInflater.from(mContext);\r