added chat icons + debug icon for new navigation drawer
BIN
mobile/res/drawable-hdpi/collections_view_as_list.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
mobile/res/drawable-hdpi/collections_view_as_list_compact.png
Normal file
After Width: | Height: | Size: 435 B |
BIN
mobile/res/drawable-hdpi/ic_debug.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
mobile/res/drawable-hdpi/social_cc_bcc.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
mobile/res/drawable-mdpi/collections_view_as_list.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
mobile/res/drawable-mdpi/collections_view_as_list_compact.png
Normal file
After Width: | Height: | Size: 334 B |
BIN
mobile/res/drawable-mdpi/ic_debug.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
mobile/res/drawable-mdpi/social_cc_bcc.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
mobile/res/drawable-xhdpi/collections_view_as_list.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
mobile/res/drawable-xhdpi/collections_view_as_list_compact.png
Normal file
After Width: | Height: | Size: 450 B |
BIN
mobile/res/drawable-xhdpi/ic_debug.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
mobile/res/drawable-xhdpi/social_cc_bcc.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
@ -62,11 +62,20 @@ public class IITC_NavigationHelper extends ActionBarDrawerToggle implements OnIt
|
|||||||
icon = R.drawable.action_about;
|
icon = R.drawable.action_about;
|
||||||
break;
|
break;
|
||||||
case FULL:
|
case FULL:
|
||||||
|
icon = R.drawable.collections_view_as_list;
|
||||||
|
break;
|
||||||
case COMPACT:
|
case COMPACT:
|
||||||
|
icon = R.drawable.collections_view_as_list_compact;
|
||||||
|
break;
|
||||||
case PUBLIC:
|
case PUBLIC:
|
||||||
case FACTION:
|
|
||||||
icon = R.drawable.social_group;
|
icon = R.drawable.social_group;
|
||||||
break;
|
break;
|
||||||
|
case FACTION:
|
||||||
|
icon = R.drawable.social_cc_bcc;
|
||||||
|
break;
|
||||||
|
case DEBUG:
|
||||||
|
icon = R.drawable.ic_debug;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (icon != 0)
|
if (icon != 0)
|
||||||
|