2

not the others Library,

I want to use 'Android Official library' like v7, support library anything else.

I have a NEXUS7 and I want to use floating action button with Listview.

So... How can I use floating action button?

Gabriele Mariotti
  • 320,139
  • 94
  • 887
  • 841
HWANG
  • 249
  • 4
  • 10
  • Now you can use the official Design Support Library: http://stackoverflow.com/questions/30483210/is-there-a-native-component-for-the-floating-action-button-in-android-material-d/30527761#30527761 – Gabriele Mariotti Jun 02 '15 at 07:24

3 Answers3

6

As of late May, 2015, the FloatingActionButton is now standardized and officially part of the Android Design Support Library. I wrote up a quick usage example if that helps at all...

Community
  • 1
  • 1
fattire
  • 6,823
  • 3
  • 25
  • 38
1

No, it is not included (yet) on the official support library. You have to use a 3rd party library for FloatingActionButtons

There are many, this one is the most popular: https://github.com/makovkastar/FloatingActionButton

shalafi
  • 3,926
  • 2
  • 23
  • 27
0

Please check below link for appcompat support library.

https://developer.android.com/tools/support-library/features.html

Shiva
  • 39
  • 3