added chat icons + debug icon for new navigation drawer

This commit is contained in:
Philipp Schaefer 2013-09-23 22:11:08 +02:00
parent 594af139be
commit a9e7aea32e
13 changed files with 10 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -62,11 +62,20 @@ public class IITC_NavigationHelper extends ActionBarDrawerToggle implements OnIt
icon = R.drawable.action_about;
break;
case FULL:
icon = R.drawable.collections_view_as_list;
break;
case COMPACT:
icon = R.drawable.collections_view_as_list_compact;
break;
case PUBLIC:
case FACTION:
icon = R.drawable.social_group;
break;
case FACTION:
icon = R.drawable.social_cc_bcc;
break;
case DEBUG:
icon = R.drawable.ic_debug;
break;
}
if (icon != 0)