Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

example needs to be extended to support API 9 #1

Closed
anujgoyal opened this issue Dec 13, 2014 · 3 comments
Closed

example needs to be extended to support API 9 #1

anujgoyal opened this issue Dec 13, 2014 · 3 comments

Comments

@anujgoyal
Copy link

This sample should be extended to support API 9. Most app developers would like to support older versions of Android as well.

defaultConfig {
    minSdkVersion 21   /* should be 9 */
    targetSdkVersion 21
}
@fernandomantoan
Copy link

I agree... But the FAB code will crash in older versions, things like ViewOutlineProvider for example aren't supported...

@Nutriz
Copy link

Nutriz commented Feb 16, 2015

I want to add an Add action button like this exemple but i want to use minsdk 11, it is a trick to do it ? The Gmail android app have a Add button bottom right and im on Kitkat.

@chrisbanes
Copy link

The goal of this sample was to show how to use new Lollipop APIs to easily achieve a floating action button. It wasn't meant to be a fully fledged implementation of one.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants