ismaeldivita / chip-navigation-bar

An android navigation bar widget
MIT License
890 stars 136 forks source link

Unable to Install in my Java Project #58

Closed katesaikishore closed 3 years ago

katesaikishore commented 3 years ago
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
    implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.3.72'

I have imported project successfully And yet cant use app:cnb_menuResource in my XML file.

Android max API 30 min API level 23

Sync with Gradle and cleared caches and restarted no use.

katesaikishore commented 3 years ago

My mistake didn't design the menu

javierbentez commented 3 years ago

How did you solve it?? I have the same problem! 😓

karelkryda commented 2 years ago

Did you found how to solve it?