Add a proprietary BIOS icon, Optimize banner size

This commit is contained in:
Ender's Games 2018-09-26 10:44:58 -04:00
parent bf71799798
commit 6dd2df0bd5
3 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ public class FileBrowser extends Fragment {
R.layout.bios_list_item, null, false);
((TextView) childview.findViewById(R.id.item_name)).setText(R.string.boot_bios);
((ImageView) childview.findViewById(R.id.item_icon)).setImageResource(R.mipmap.disk_bios);
childview.setTag(null);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB