daimajia / daimajia/AndroidSwipeLayout

toggle issue

Open
#212 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
12.3k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

Description

My hidden layout which contains several edittexts toggles when only the first edittext has focus.This is my layout:

```



```

This is my code:
SwipeLayout swipeLayout = (SwipeLayout) findViewById(R.id.swipe_layout);
swipeLayout.addDrag(SwipeLayout.DragEdge.Bottom,findViewById(R.id.signup_holder));

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.