All Projects → bravoborja → FooterNavigationView

bravoborja / FooterNavigationView

Licence: Apache-2.0 license
FooterNavigationView helps to show a footer inside the NavigationView

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to FooterNavigationView

Colorseekbar
A colorful SeekBar for picking color
Stars: ✭ 249 (+730%)
Mutual labels:  customview
HenCoderPractice-Kotlin
HenCoder 练习项目- Kotlin 版
Stars: ✭ 26 (-13.33%)
Mutual labels:  customview
Material-Backdrop-Android
Material Backdrop
Stars: ✭ 106 (+253.33%)
Mutual labels:  navigationview
Android Advancedrecyclerview
RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
Stars: ✭ 5,172 (+17140%)
Mutual labels:  footer
Bubble Navigation
🎉 [Android Library] A light-weight library to easily make beautiful Navigation Bar with ton of 🎨 customization option.
Stars: ✭ 1,537 (+5023.33%)
Mutual labels:  navigationview
NXNavigationExtension
🔥 Lightweight, simple, and easy-to-use NavigationBar library.
Stars: ✭ 121 (+303.33%)
Mutual labels:  navigationview
Cameravideobutton
Instagram like animated button for taking photo or recording video.
Stars: ✭ 223 (+643.33%)
Mutual labels:  customview
PaymentCardView
Custom Credit/Debit card view
Stars: ✭ 62 (+106.67%)
Mutual labels:  customview
TriangularCustomView
No description or website provided.
Stars: ✭ 29 (-3.33%)
Mutual labels:  customview
sora-editor
A cool code editor library on Android with syntax-highlighting and auto-completion. (aka CodeEditor)
Stars: ✭ 580 (+1833.33%)
Mutual labels:  customview
Springview
🔥 A custom view pull to refresh,support ScrollView,ListView,RecyclerView,WebView and all another views, easy to use
Stars: ✭ 1,936 (+6353.33%)
Mutual labels:  footer
Side Menu.android
Side menu with some categories to choose.
Stars: ✭ 5,187 (+17190%)
Mutual labels:  navigationview
WechatPopupWindow
高仿微信聊天界面长按弹框样式
Stars: ✭ 71 (+136.67%)
Mutual labels:  customview
Smartrefreshlayout
🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。
Stars: ✭ 23,185 (+77183.33%)
Mutual labels:  footer
SettingsUI
Windows 11 settings page in WinUI 3 applications ported from Powertoys
Stars: ✭ 95 (+216.67%)
Mutual labels:  navigationview
Xmarqueeview
💥【MarqueeView】类似淘宝头条、京东头条的跑马灯效果,上下轮播,支持单行/多行显示、自定义轮播布局
Stars: ✭ 224 (+646.67%)
Mutual labels:  customview
SuperShapeView
A smart custom view support shapes for ImageView, TextView ,EditView ,instead of shape.xml.(自定义形状控件,支持TextView,EditText)
Stars: ✭ 60 (+100%)
Mutual labels:  customview
epg magic carousel
Awesome RecyclerView with custom LayoutManager
Stars: ✭ 98 (+226.67%)
Mutual labels:  customview
Frames
Retrieves desired frames from video.
Stars: ✭ 51 (+70%)
Mutual labels:  customview
CustomTitleBar
💥【通用标题栏】通用Android标题栏控件 A Common Titlebar For Android
Stars: ✭ 106 (+253.33%)
Mutual labels:  customview

FooterNavigationView

FooterNavigationView helps to show a footer inside the NavigationView. You'll have scrollable navigation.

Download

To add the FooterNavigationView library to your Android Studio project, simply add the following gradle dependency:

compile 'com.borjabravo:footernavigationview:1.0.0'

Usage

To use the FooterNavigationView on your app, add the following code to your layout:

<com.borjabravo.footernavigationview.FooterNavigationView
    android:id="@+id/footer_navigation_view"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    app:itemTextColor="@color/text_color_footer_navigation_view"    
    app:itemBackground="@drawable/bg_item_footer_navigation_view"   
    app:itemIconTint="@color/ic_tint_footer_navigation_view"        
    app:menu="@menu/menu_layout"
    app:headerLayout="@layout/header_layout"
    app:footerLayout="@layout/footer_layout"/>

All properties are the same than NavigationView, excepts the footerLayout. This property allows us to show a footer inside the NavigationView. Our custom view has scroll to see all contents.

FooterNavigationView

License

Copyright 2017 Borja Bravo Álvarez

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].