drawable changes part 3

This commit is contained in:
Philipp Schaefer 2013-12-03 22:57:15 +01:00
parent aff4a9f9f9
commit b434b81757
12 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B

View File

@ -81,7 +81,7 @@ public class IITC_NavigationHelper extends ActionBarDrawerToggle implements OnIt
icon = R.drawable.ic_action_cc_bcc; icon = R.drawable.ic_action_cc_bcc;
break; break;
case DEBUG: case DEBUG:
icon = R.drawable.ic_debug; icon = R.drawable.ic_action_error;
break; break;
} }