Skip to content

Commit

Permalink
fixed a warning of listview_header.xml which cause issue#164
Browse files Browse the repository at this point in the history
  • Loading branch information
af913337456 committed Nov 7, 2017
1 parent b6e6f14 commit e002ec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xrecyclerview/src/main/res/layout/listview_header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
android:layout_centerVertical="true"
android:layout_marginLeft="35dp"
android:layout_marginRight="10dp"
android:layout_toLeftOf="@id/listview_header_text"
android:layout_toLeftOf="@+id/listview_header_text"
android:src="@drawable/ic_pulltorefresh_arrow" />

<com.jcodecraeer.xrecyclerview.SimpleViewSwitcher
android:id="@+id/listview_header_progressbar"
android:layout_width="30dip"
android:layout_height="30dip"
android:layout_toLeftOf="@id/listview_header_text"
android:layout_toLeftOf="@+id/listview_header_text"
android:layout_centerVertical="true"
android:layout_marginLeft="40dp"
android:layout_marginRight="10dp"
Expand Down

0 comments on commit e002ec4

Please sign in to comment.