Skip to content

Instantly share code, notes, and snippets.

View IslamBesto's full-sized avatar

Nour El Islam SAIDI IslamBesto

  • Paris
View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipChildren="false">
<com.example.saidi.foodesto.views.CurvedBottomNavigationView
android:id="@+id/curve_bottom_navigation_view"
android:layout_width="match_parent"
@Override
protected void onDraw(Canvas canvas) {
super.onDraw(canvas);
canvas.drawPath(mPath, mPaint);
}