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
精彩评论