简体   繁体   English

如何在Android中将启动器图标设置为7和10英寸平板电脑

[英]how to set launcher icons to 7 and 10 inches tablet in android

I'm looking at how to set launcher icons for 7 inch and 10 inch tablet. 我正在研究如何设置7英寸和10英寸平板电脑的启动器图标。 Gone through many articles and but no luck. 翻阅了许多文章,但没有运气。 I have tried with drawable-sw600dp-mdpi and etc.. But none of them seems to work on my tablet. 我已尝试使用drawable-sw600dp-mdpi等。但是它们似乎都无法在我的平板电脑上正常工作。 The launcher icon seems to be very small in these devices. 在这些设备中,启动器图标似乎很小。 I want the icon should look bigger in these devices. 我希望这些设备中的图标看起来更大。 any help would be appreciated. 任何帮助,将不胜感激。 Thanks.... 谢谢....

Try using launcher icon generator 尝试使用启动器图标生成器

Go to this link 转到此链接

在此处输入图片说明

And upload your icon and download the file 并上传您的图标并下载文件

You will get a res folder.Copy this res folder to your projects app/src/main folder where another res folder reside,override this folder. 您将获得一个res文件夹。将此res文件夹复制到另一个app文件夹所在的项目app / src / main文件夹中,覆盖此文件夹。

This will solve your problem since this app generate icons of several resolution and stores it in appropriate folder 这将解决您的问题,因为此应用程序会生成几种分辨率的图标并将其存储在适当的文件夹中

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 android 10“ xhdpi平板电脑启动器图标大小 - android 10" xhdpi tablet launcher icon size 如何使Android应用成为平板电脑上的默认启动器 - How to make android app as the default launcher on a tablet 如何在android中以英寸为单位设置按钮大小 - how to set button size in inches in android 平板电脑从8英寸到10英寸英寸的布局,尤其是8英寸英寸的平板电脑 - Layout for tablets from 8'' to 10'' inches particularly 8" inch tablet 如何使10英寸平板电脑代码与Android中的7英寸平板电脑兼容 - How make 10 inch tablet code compatible to 7 inch tablet in android 如何在 android 10(Q) 中删除启动器图标 - How to remove the launcher icon in android 10(Q) Android:以编程方式添加启动器图标 - Android: Add launcher icons programmatically Android-如何更改应用程序启动器图标的顺序/重新排列启动器图标的顺序? - Android - How to change order of / re-arrange launcher icons for an app? 我怎么告诉android启动器重新加载它的图标? - how do i tell the android launcher to reload its icons? 如何在不同的模拟器皮肤上获取相同大小的启动器图标…(Android) - how to get same sized launcher icons on different emulator skins…(android)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM