An Android Library developed by zakir-github
in xml :
<com.sadadnan.curvedbottomnavigationlib.CurvedBottomNavigation
android:id="@+id/custom"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
app:labelVisibilityMode="labeled"
app:itemIconTint="@color/white"
app:itemTextColor="@color/white"/>
Code :
CurvedBottomNavigation curvedBottomNavigation = findViewById(R.id.custom);
curvedBottomNavigation.inflateMenu(R.menu.bottom_menu);