dondeepak

Results 5 comments of dondeepak

Android Studio 3.1.2 no i am not using proxy

i fixed this issue long ago so i am not sure how i fixed it. try delete files from .gradle\caches , invalidate caches and restart and rebuild project @demo-Ashif

FluidBottomNavigation fluidBottomNavigation; List fluidBottomNavigationItems=new ArrayList(); fluidBottomNavigation = findViewById(R.id.fluidBottomNavigation); fluidBottomNavigationItems.add(new FluidBottomNavigationItem( getString(R.string.news), ContextCompat.getDrawable(this, R.drawable.ic_news))); fluidBottomNavigationItems.add(new FluidBottomNavigationItem( getString(R.string.inbox), ContextCompat.getDrawable(this, R.drawable.ic_inbox))); fluidBottomNavigationItems.add(new FluidBottomNavigationItem( getString(R.string.calendar), ContextCompat.getDrawable(this, R.drawable.ic_calendar))); fluidBottomNavigationItems.add(new FluidBottomNavigationItem( getString(R.string.chat), ContextCompat.getDrawable(this, R.drawable.ic_chat))); fluidBottomNavigation.setItems(fluidBottomNavigationItems); //you...

please add Android X Support it keep crashing

you can change Card Background with this app:mtf_backgroundColor="your color"