diff --git a/mobile/res/drawable-hdpi/collections_view_as_list.png b/mobile/res/drawable-hdpi/collections_view_as_list.png new file mode 100644 index 00000000..e45ea1fd Binary files /dev/null and b/mobile/res/drawable-hdpi/collections_view_as_list.png differ diff --git a/mobile/res/drawable-hdpi/collections_view_as_list_compact.png b/mobile/res/drawable-hdpi/collections_view_as_list_compact.png new file mode 100644 index 00000000..4a92e2c0 Binary files /dev/null and b/mobile/res/drawable-hdpi/collections_view_as_list_compact.png differ diff --git a/mobile/res/drawable-hdpi/ic_debug.png b/mobile/res/drawable-hdpi/ic_debug.png new file mode 100644 index 00000000..8ed186b4 Binary files /dev/null and b/mobile/res/drawable-hdpi/ic_debug.png differ diff --git a/mobile/res/drawable-hdpi/social_cc_bcc.png b/mobile/res/drawable-hdpi/social_cc_bcc.png new file mode 100644 index 00000000..8c4f8b31 Binary files /dev/null and b/mobile/res/drawable-hdpi/social_cc_bcc.png differ diff --git a/mobile/res/drawable-mdpi/collections_view_as_list.png b/mobile/res/drawable-mdpi/collections_view_as_list.png new file mode 100644 index 00000000..9c748b0b Binary files /dev/null and b/mobile/res/drawable-mdpi/collections_view_as_list.png differ diff --git a/mobile/res/drawable-mdpi/collections_view_as_list_compact.png b/mobile/res/drawable-mdpi/collections_view_as_list_compact.png new file mode 100644 index 00000000..a53ef7c0 Binary files /dev/null and b/mobile/res/drawable-mdpi/collections_view_as_list_compact.png differ diff --git a/mobile/res/drawable-mdpi/ic_debug.png b/mobile/res/drawable-mdpi/ic_debug.png new file mode 100644 index 00000000..ac20ea13 Binary files /dev/null and b/mobile/res/drawable-mdpi/ic_debug.png differ diff --git a/mobile/res/drawable-mdpi/social_cc_bcc.png b/mobile/res/drawable-mdpi/social_cc_bcc.png new file mode 100644 index 00000000..9ec127ed Binary files /dev/null and b/mobile/res/drawable-mdpi/social_cc_bcc.png differ diff --git a/mobile/res/drawable-xhdpi/collections_view_as_list.png b/mobile/res/drawable-xhdpi/collections_view_as_list.png new file mode 100644 index 00000000..95708234 Binary files /dev/null and b/mobile/res/drawable-xhdpi/collections_view_as_list.png differ diff --git a/mobile/res/drawable-xhdpi/collections_view_as_list_compact.png b/mobile/res/drawable-xhdpi/collections_view_as_list_compact.png new file mode 100644 index 00000000..c8f46e41 Binary files /dev/null and b/mobile/res/drawable-xhdpi/collections_view_as_list_compact.png differ diff --git a/mobile/res/drawable-xhdpi/ic_debug.png b/mobile/res/drawable-xhdpi/ic_debug.png new file mode 100644 index 00000000..aeb96b06 Binary files /dev/null and b/mobile/res/drawable-xhdpi/ic_debug.png differ diff --git a/mobile/res/drawable-xhdpi/social_cc_bcc.png b/mobile/res/drawable-xhdpi/social_cc_bcc.png new file mode 100644 index 00000000..4153807e Binary files /dev/null and b/mobile/res/drawable-xhdpi/social_cc_bcc.png differ diff --git a/mobile/src/com/cradle/iitc_mobile/IITC_NavigationHelper.java b/mobile/src/com/cradle/iitc_mobile/IITC_NavigationHelper.java index fed3677f..2799175b 100644 --- a/mobile/src/com/cradle/iitc_mobile/IITC_NavigationHelper.java +++ b/mobile/src/com/cradle/iitc_mobile/IITC_NavigationHelper.java @@ -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)