UI tweaks

This commit is contained in:
topjohnwu
2016-10-17 16:07:47 +08:00
parent ef0ba9483f
commit 15cf8d2a6d
5 changed files with 90 additions and 98 deletions

View File

@@ -135,10 +135,4 @@ public class Utils {
return secret;
}
public interface ItemClickListener {
void onItemClick(View view, int position);
}
}