This repository was archived by the owner on May 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,26 @@ MaterialStuffLibrary
22====================
33
44Adds material-style dialogs, and also allow to have an ActionBar even on PreferenceActivity
5+
6+ This library is based on some other libraries, to support the next features:
7+
8+ - alert dialogs, with a similar style of Material-Design.
9+ - PreferenceActivity, with support of an ActionBar (which is actually a toolbar that looks like an ActionBar)
10+
11+ I made it since the current version of the support library doesn't have any of those things.
12+
13+
14+
15+ Thanks
16+ ==
17+ The project consists of some libraries and websites I've looked at :
18+ - AlertDialogPro (for the alert dialogs):
19+ https://github.com/fengdai/AlertDialogPro
20+ - ActionBarSherlock (for the shadow below the action bar) :
21+ http://actionbarsherlock.com/
22+ - Some code I got from my own app:
23+ https://play.google.com/store/apps/details?id=com.lb.app_manager
24+ - The support library of Google, of course:
25+ http://android-developers.blogspot.co.il/2014/10/appcompat-v21-material-design-for-pre.html
26+ - This website:
27+ https://chris.banes.me/2014/10/17/appcompat-v21/
You can’t perform that action at this time.
0 commit comments