Skip to content

Commit

Permalink
swipe list have errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhesk committed Feb 11, 2016
1 parent 88babb3 commit f0db09c
Showing 1 changed file with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:background="#FFFFFF"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFFFFF"
android:orientation="vertical">

<com.marshalchen.ultimaterecyclerview.UltimateRecyclerView
android:id="@+id/example_lv_list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"

/>
android:id="@+id/example_lv_list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>

</LinearLayout>

0 comments on commit f0db09c

Please sign in to comment.