drawable changes part 3
BIN
mobile/res/drawable-hdpi/ic_action_error.png
Normal file
After Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
BIN
mobile/res/drawable-mdpi/ic_action_error.png
Normal file
After Width: | Height: | Size: 299 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
BIN
mobile/res/drawable-xhdpi/ic_action_error.png
Normal file
After Width: | Height: | Size: 433 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
BIN
mobile/res/drawable-xxhdpi/ic_action_error.png
Normal file
After Width: | Height: | Size: 476 B |
BIN
mobile/res/drawable-xxhdpi/ic_drawer.png
Normal file
After Width: | Height: | Size: 202 B |
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|