Add icon to tabs

This commit is contained in:
fkloft
2013-07-26 19:59:36 +02:00
parent 50d1b643fc
commit ffad17a33d
14 changed files with 10 additions and 4 deletions

View File

@@ -16,6 +16,10 @@ public class IntentFragment extends Fragment implements OnScrollListener, OnItem
private IntentListView mListView;
private int mScrollIndex, mScrollTop;
public int getIcon() {
return getArguments().getInt("icon");
}
public String getTitle() {
return getArguments().getString("title");
}