- Jun 6, 2020
- 11,559
- 4,422
All apps should have an adaptive icon. If you are not familiar with these icons then start here:
Instruction steps:
برای دیدن لینک ها باید ثبت نام کنید
Instruction steps:
- Create a new folder in the root project folder named icon.
- Create two folders inside that folder with the following files:
- mipmap:
- ic_launcher.png - non-adaptive icon for Android 7- devices. There is no specific size. Should be 128x128 or or more.
- background.png - 108x108 - the solid background layer.
- foreground.png - 108x108 - the foreground layer.
- mipmap-xxxhdpi (high resolution images):
- background.png - 432x432 - solid background layer
- foreground.png - 432x432 - foreground layer
- mipmap:
- Add to main module:
B4X:
#AdditionalRes: ../icon
- Add to manifest editor:
B4X:
کد:محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید