/MaterialStuffLibrary

Adds material-style dialogs, and also allow to have an ActionBar even on PreferenceActivity

Primary LanguageJavaApache License 2.0Apache-2.0

MaterialStuffLibrary

Adds material-style dialogs, and also allow to have an ActionBar even on PreferenceActivity

This library is based on some other libraries, to support the next features:

  • alert dialogs, with a similar style of Material-Design.
  • PreferenceActivity, with support of an ActionBar (which is actually a toolbar that looks like an ActionBar)

I made it since the current version of the support library doesn't have any of those things. I've asked about it on StackOverflow (here and here), but what I got wasn't enough to support what I needed.

Screenshots

enter image description here

enter image description here

Requirements

This library needs:

  • API 8 and above.
  • AppCompat v7.

That's it.

What this library doesn't do

It doesn't style the preferences, and since it's heavily based on this library, it has the same functionality and style for the dialogs. However, I've cleaned the code and removed un-needed files, so it's lighter.

Thanks

The project consists of some libraries and websites I've looked at :