Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to scroll up in neigbouring cells view #876

Closed
agilob opened this issue May 13, 2016 · 2 comments
Closed

Unable to scroll up in neigbouring cells view #876

agilob opened this issue May 13, 2016 · 2 comments

Comments

@agilob
Copy link
Contributor

agilob commented May 13, 2016

  1. Scroll down neighbouring cells list
  2. Try scrolling up
  3. View is refreshed
@SecUpwN
Copy link
Member

SecUpwN commented May 21, 2016

@CellularPrivacy/design and @kaichunlin, please have a closer look at how this may be fixable.

@kaichunlin
Copy link
Contributor

@SecUpwN @CellularPrivacy/design The problem is that an unsupported layout(RelativeLayout) is used within android.support.v4.widget.SwipeRefreshLayout

To fix this issue, I will make a non-generic version of com.secupwn.aimsicd.adapters.BaseInflaterAdapter such that what's currently being wrapped in the RelativeLayout will be replaced with a single ListView, and the first item of the ListView will contain the Neighboring Cells/Total info.

@kaichunlin kaichunlin mentioned this issue May 24, 2016
6 tasks
SecUpwN added a commit that referenced this issue May 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants