ViTVetal
ViTVetal
layout ``` ``` drawer_view ``` ``` activity ``` Menu menu = navigationView.getMenu(); MenuItem carsItem = menu.findItem(R.id.cars); carsItem.setIcon(new IconDrawable(this, FontAwesomeIcons.fa_taxi) .color(ContextCompat.getColor(this, R.color.gray))); ``` 
How can I set menu item height = "match_parent" ? Is it possible? Because in demo items have fixed height. I have not fixed height items (with different height) and...
We are looking for a common tool for Kotlin and Objective-C projects. With Kotlin everything is ok. Are you planning to support Objective-C?