[TIMOB-26264] Android: Add "BottomAppBar" support
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, material-design, toolbar |
Reporter | Joshua Quick |
Assignee | Joshua Quick |
Created | 2018-08-04T03:14:27.000+0000 |
Updated | 2019-03-29T00:12:50.000+0000 |
Description
Revision 28 of Google's support libraries supports a new
BottomAppBar
Java class which is used to display a toolbar at the bottom of the window with a floating action button. This is a new material design feature that is being introduced with Android P.
https://material.io/design/components/app-bars-bottom.html#
https://developer.android.com/reference/com/google/android/material/bottomappbar/BottomAppBar
No comments