RecyclerView

This commit is contained in:
Karim Abou Zeid 2015-03-12 21:18:30 +01:00
commit 02e15fa739
25 changed files with 305 additions and 430 deletions

View file

@ -1,10 +0,0 @@
package com.kabouzeid.gramophone.interfaces;
/**
* Created by karim on 29.12.14.
*/
public interface KabSearchAbleFragment {
public void search(String query);
public void returnToNonSearch();
}