drawable changes part1
This commit is contained in:
@ -66,7 +66,7 @@ public class IITC_NavigationHelper extends ActionBarDrawerToggle implements OnIt
|
||||
icon = R.drawable.location_map;
|
||||
break;
|
||||
case INFO:
|
||||
icon = R.drawable.action_about;
|
||||
icon = R.drawable.ic_action_about;
|
||||
break;
|
||||
case FULL:
|
||||
icon = R.drawable.collections_view_as_list;
|
||||
|
@ -84,7 +84,7 @@ public class ShareActivity extends FragmentActivity implements ActionBar.TabList
|
||||
addTab(intents, R.string.tab_map, R.drawable.location_map);
|
||||
|
||||
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(getUrl()));
|
||||
addTab(intent, R.string.tab_browser, R.drawable.browser);
|
||||
addTab(intent, R.string.tab_browser, R.drawable.ic_action_web_site);
|
||||
}
|
||||
|
||||
private void setupShareIntent(String str) {
|
||||
|
Reference in New Issue
Block a user