From c9124cb0ee269eb3315fcc23318ff58b98c9af39 Mon Sep 17 00:00:00 2001 From: Taimoor-Azam Date: Mon, 29 Mar 2021 16:05:22 +0500 Subject: [PATCH] title is added --- .idea/codeStyles/Project.xml | 139 ++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 + .idea/compiler.xml | 47 ++++++ .idea/gradle.xml | 10 +- .idea/inspectionProfiles/Project_Default.xml | 6 + .idea/jarRepositories.xml | 25 ++++ .idea/misc.xml | 2 +- .../meow/bottomnavigation/BezierView.kt | 6 +- .../bottomnavigation/MeowBottomNavigation.kt | 7 +- .../MeowBottomNavigationCell.kt | 9 ++ .../main/res/layout/meow_navigation_cell.xml | 14 +- .../main/assets/fonts/montserrat_regular.ttf | Bin 0 -> 245708 bytes .../bottomnavigation_sample/MainActivity.kt | 20 +-- Sample/src/main/res/drawable/ic_account.xml | 15 +- .../src/main/res/drawable/ic_notification.xml | 11 +- Sample/src/main/res/layout/activity_main.xml | 18 +-- 16 files changed, 295 insertions(+), 39 deletions(-) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/compiler.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/jarRepositories.xml create mode 100644 Sample/src/main/assets/fonts/montserrat_regular.ttf diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..3c7772a --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,139 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..79ee123 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..a86cd8a --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 9918a8f..752cf21 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,12 +1,20 @@ +