Unify icons

This commit is contained in:
Tamás Bálint Misius
2022-10-23 11:41:26 +02:00
parent 9e2185c8a2
commit e5c88f154a
46 changed files with 7621 additions and 251 deletions

View File

@@ -1,7 +1,7 @@
android_resources = files(
'mipmap-mdpi/ic_launcher.png',
'values/colors.xml',
'values/styles.xml',
)
subdir('values')
subdir('mipmap-mdpi')

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

View File

@@ -0,0 +1,5 @@
android_resources += configure_file(
input: rendered_icons['icon_exe'],
output: 'ic_launcher.png',
copy: true,
)