Updates listview into recyclerview

This commit is contained in:
stom79 2017-10-24 14:35:19 +02:00
parent c490eba5b0
commit 41eaabf517
1 changed files with 2 additions and 2 deletions

View File

@ -27,14 +27,14 @@
android:layout_width="match_parent"
android:id="@+id/swipeContainer"
android:layout_height="match_parent">
<ListView
<android.support.v7.widget.RecyclerView
android:id="@+id/lv_notifications"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scrollbars="none"
android:divider="@null"
>
</ListView>
</android.support.v7.widget.RecyclerView>
</android.support.v4.widget.SwipeRefreshLayout>
<RelativeLayout
android:id="@+id/no_action"