Extracted strings

This commit is contained in:
fkloft
2013-07-26 20:10:43 +02:00
parent ffad17a33d
commit 2ed74acd6f
5 changed files with 19 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ public class IntentFragment extends Fragment implements OnScrollListener, OnItem
}
public String getTitle() {
return getArguments().getString("title");
return getActivity().getString(getArguments().getInt("title"));
}
@Override