Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 898 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 898 Bytes

curvedBottomNavigation

Curved Bottom Navigation Menu

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);