put search fragment into own package

This commit is contained in:
Christian Schabesberger 2016-08-02 15:06:02 +02:00
parent c46ce1170c
commit 3a5b9203d8
12 changed files with 493 additions and 161 deletions

View file

@ -10,7 +10,7 @@
<fragment
android:id="@+id/search_fragment"
android:name="org.schabi.newpipe.SearchInfoItemFragment"
android:name="org.schabi.newpipe.search_fragment.SearchInfoItemFragment"
android:layout_width="match_parent"
android:layout_height="match_parent" />

View file

@ -9,5 +9,5 @@
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
app:layoutManager="LinearLayoutManager"
tools:context="org.schabi.newpipe.SearchInfoItemFragment"
tools:context=".search_fragment.SearchInfoItemFragment"
tools:listitem="@layout/video_item" />