drawable changes part1

This commit is contained in:
Philipp Schaefer
2013-12-03 17:37:41 +01:00
parent 7b69693a3f
commit c1434db0dc
45 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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) {