daimajia / daimajia/AndroidSwipeLayout

Bottom View displayed

Offen
#175 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Java
Sterne
12.3k
Forks
2.6k
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

![](http://i.gyazo.com/56787258f2854746db7a0c57b5e025bd.gif)

As you can see the bottomView not showing for every item , it showing for all list:

Layout:

```




```

Activity:

```
swipLayout =(SwipeLayout)findViewById(R.id.SwipLayout);
swipLayout.setShowMode(SwipeLayout.ShowMode.LayDown);
swipLayout.addDrag(SwipeLayout.DragEdge.Left, findViewById(R.id.bottom_list));
swipLayout.addSwipeListener(new SwipeLayout.SwipeListener() {...

adapterCursor = new CustomAdapter(getApplicationContext(), R.layout.alarm_row, result,rom, to);
l_list=(ListView)findViewById(R.id.list);
l_list.setAdapter(adapterCursor);
```

Why it happen?

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.