jmpessoa / lazandroidmodulewizard

LAMW: Lazarus Android Module Wizard: Form Designer and Components development model!
247 stars 82 forks source link

jsBottomNavigationView.java error while compiling #470

Closed SiRachmad closed 2 years ago

SiRachmad commented 2 years ago

Hi. I have a problem when compiling Application with component BottomNavigationView when dropped. My setup is Target API = 29, Min 18 Error says "Error: {Path}\jsBottomNavigationView.java:32: error: cannot find symbol" It seems like Constants "R.color.primary_text" and "R.color.primary" does not exists anymore in newest API https://developer.android.com/reference/android/R.color Please help!

Thank you !

jmpessoa commented 2 years ago

Hi, SiRachmad!

Please add these lines to your project "colors.xml" into folder "......\res\values\"

#212121 #727272

Thank you!

PS. I jst fixed this bug, now!

SiRachmad commented 2 years ago

Just tried it right now, it works Thank you