1C3 / ICEcons

IC3 icon pack
GNU General Public License v3.0
21 stars 1 forks source link

Contacts icon does not apply #14

Open ghost opened 8 years ago

ghost commented 8 years ago

The Contacts icon does not apply. Tested on CyanogenMod 13 ZNH5YAO0J1 (cm-13.0-20160820-SNAPSHOT-ZNH5YAO0J1).

screenshot_20160921-235251

conrad-heimbold commented 8 years ago

Correct description in /app/src/main/res/xml/appfilter.xml should be:

<!-- Contacts --> <item component="ComponentInfo{com.android.contacts/com.android.contacts.activities.PeopleActivity}" drawable="contacts"/>

But at the moment, it is:

`

    `

Maybe you have to make your own fork of this repo to fix errors, I don't know if 1C3 is still following.

conrad-heimbold commented 7 years ago

fixed with the fork of this app (https://github.com/dkanada/ICEcons ).

Please CLOSE