maurycyw / StaggeredGridView

A modified version of Android's experimental StaggeredGridView. Includes own OnItemClickListener and OnItemLongClickListener, selector, and fixed position restore.

Home Page:https://github.com/maurycyw/StaggeredGridViewDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with staggered atributes in Layout XML

opened this issue · comments

I'm developing a project using Android studio. I set the dependences and import the staggered like a library.

My problem is this errors:
No resource identifier found for attribute 'drawSelectorOnTop' in package com.rascunhostudio.app
No resource identifier found for attribute 'numColumns' in package com.rascunhostudio.app

staggeredgridviewlibrary

Solved coping the lib source files and the Value/Attr to my project.