Skip to content

Commit

Permalink
fixed ui bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Menz committed Aug 3, 2011
1 parent 54986b2 commit 98ce778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/rackspacecloud/android/TabViewActivity.java
Expand Up @@ -35,7 +35,7 @@ public void onCreate(Bundle savedInstanceState) {


spec = tabs.newTabSpec("tab3"); spec = tabs.newTabSpec("tab3");
spec.setContent(new Intent(this, ListLoadBalancersActivity.class)); spec.setContent(new Intent(this, ListLoadBalancersActivity.class));
spec.setIndicator("LoadBalancers", getResources().getDrawable(R.drawable.load_balancers_icon)); spec.setIndicator("Load Balancers", getResources().getDrawable(R.drawable.load_balancers_icon));
tabs.addTab(spec); tabs.addTab(spec);
} }


Expand Down

0 comments on commit 98ce778

Please sign in to comment.