Add a proprietary BIOS icon, Optimize banner size
This commit is contained in:
parent
bf71799798
commit
6dd2df0bd5
|
@ -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 |
Loading…
Reference in New Issue