zixpo / candybar

Dashboard for Android Icon Packs. Supported by the community.
Apache License 2.0
288 stars 55 forks source link

Error while browsing icons tab. #89

Closed dhanu-saud closed 2 years ago

dhanu-saud commented 2 years ago

Icon Pack Name : Papercon Manufacturer : realme Model : RMX3085 Product : RMX3085 Screen Resolution : 1080 x 2290 pixels Android Version : 12 App Version : 1.0 CandyBar Version : 3.14.2 Crash Time : 2022-07-18 20:31:06 Class Name : android.view.InflateException Caused By : android.view.InflateException: Binary XML file line #7 in com.dhsthemes.papercon:layout/fragment_icons_base: Binary XML file line #7 in com.dhsthemes.papercon:layout/fragment_icons_base: Error inflating class com.google.android.material.tabs.TabLayout

dhanu-saud commented 2 years ago

Solved

dalight13 commented 1 year ago

So I just had the same problem as you when upgrading from 3.9.1 to 3.15.0

To give more info it happened when I opened the icons list.

This was my mistake as I had forgot to change one of the colors from <color name="tabTextDark">@color/tabText</color> to <color name="tabTextDark">#32FFFFFF</color>

No need to reopen, I just wanted to give more details and a solution if someone stumbles upon this problem.

Thanks!