Mercurial > 510Connectbot
changeset 387:04a0316bbfe3
wizard and help present help pages in the same order
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 06 Aug 2014 11:50:58 -0700 |
parents | e481699db6b1 |
children | ebcb4aea03ec |
files | src/com/five_ten_sg/connectbot/HelpActivity.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/HelpActivity.java Wed Aug 06 11:50:10 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/HelpActivity.java Wed Aug 06 11:50:58 2014 -0700 @@ -46,6 +46,7 @@ getResources().getText(R.string.title_help))); LinearLayout content = (LinearLayout)this.findViewById(R.id.topics); + String[] topics = getResources().getStringArray(R.array.list_wizard_topics); for (final String topic : topics) { Button button = new Button(this); button.setText(topic);