开发者

Replacing default android icons?

开发者 https://www.devze.com 2023-03-20 20:34 出处:网络
I have made a launcher but i need it to replace the default android os icons. Such as gmail, browser, sms, and ect.

I have made a launcher but i need it to replace the default android os icons. Such as gmail, browser, sms, and ect.

How would i do this??

I know how to link package names and drawables and i have that all correct, but the icon images are not changing. Anyone have any advice...

This is what i use in custom themes and other projects...

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/com_android_browser_com_android_browser_browseractivity" />
</selector&开发者_运维问答gt;

The file name is the package name for the icon and it goes in the drawables file...

Thanks, SyndicateApps

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号