daimajia / daimajia/AndroidSwipeLayout

Bottom View displayed

オープン
#175 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Java
スター
12.3k
フォーク
2.6k
PR マージ指標
30日以内にマージされた PR はありません

説明

![](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?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

示されている SwipeLayout XML と Activity のセットアップから始め、次に CustomAdapter が ListView に行を提供する方法を調べます。リストの動作を再現し、bottom_list が各項目で独立して表示されない理由を特定します。完了条件は、各リスト項目が意図した下部ビューを表示し、他の項目に影響を与えないことです。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
android, java
領域
mobile-dev
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
28/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。