Space-Navigation-View
Space-Navigation-View copied to clipboard
Space Navigation is a library allowing easily integrate fully customizable Google Spaces like navigation to your app.
I got an issue, I add line "spaceNavigationView.showBadgeAtIndex(2,3,getResources().getColor(R.color.colorAccent));" to onCreate of Activity to show badge, so it ocour FC issue with log "java.lang.IndexOutOfBoundsException: Index: 2, Size: 0", through I've add...
build.gradle apply plugin: 'com.android.application' android { lintOptions{ checkReleaseBuilds false } compileSdkVersion 30 buildToolsVersion '29.0.2' defaultConfig { applicationId "com.test.test" minSdkVersion 17 // 4.2.x targetSdkVersion 30 // Android 11 versionCode 7 versionName...
Maybe it exists. If not, you need to do it. In our case, the **space_icon** and **space_text** in `space_item_view.xml` are always in a horizontal position relative to each other. It...
is there a way to make the center item icon bigger? regardless of its state ( picked or not).
how to fix intent ? `spaceNavigationView.setSpaceOnClickListener(new SpaceOnClickListener() { Fragment currentFragment = getSupportFragmentManager().findFragmentById(R.id.content); @Override public void onCentreButtonClick() { Log.d("onCentreButtonClick ", "onCentreButtonClick"); //spaceNavigationView.shouldShowFullBadgeText(true); Intent intent = new Intent(MainActivity.this,Emergency.class); startActivity(intent); } `
Is anyone interested in further supporting this project? Will fixes be added? For example as shadows? Mby I can fork this repo and add shadows from another people, who added...