Menu

Tree [2620b7] default tip /
 History

Read Only access


File Date Author Commit
 doc 2015-09-18 michael michael [f61fee] Updated documentation.
 releases 2015-09-18 michael michael [48b59b] Added version 1.2.1 as a zip archive.
 res 2015-09-18 michael michael [3c0712] Fixed issue #3: The default title color of dial...
 src 2015-09-13 michael michael [1fcb1c] Edited comments.
 AndroidManifest.xml 2015-09-18 michael michael [465949] Updated version.
 LICENSE.txt 2014-11-11 mrapp mrapp [b127b4] Added LICENSE.txt.
 README.txt 2014-11-11 mrapp mrapp [39b2c3] Added the file README.txt.
 RELEASE_NOTES.txt 2015-09-18 michael michael [e3e2bd] Edited release notes.
 proguard-project.txt 2014-11-10 mrapp mrapp [c053e3] Added the first version of the library.
 project.properties 2015-04-01 mrapp mrapp [0216f0] API level 22 is now used.

Read Me

AndroidMaterialDialog - README
==============================


About
-----

"AndroidMaterialDialog" is an Android-library, which provides a builder, which allows to create
dialogs, which are designed according to Android 5.0's Material Desing guidelines even on pre-
Lollipop devices.

The library provides the following features:

    -   The builder is extended from the Android SDK's built-in class 
        android.app.AlertDialog.Builder and therefore provides all functionalities of its
        base class, including the possibilities to create dialogs with a title, icon, message, 
        up to three buttons and optional list items. 
        
    -   The library uses the AppCompat v7 revision 21 support library in order to retrieve the
        color of a dialog's title and button texts from the applied theme. Alternatively, these
        colors can be set manually using the builder.
        
    -   A dialog's title and content can be replaced by any custom view.
        
    -   The builder supports to create dialogs, whose buttons are stacked, as introduces in the 
        Material Design guidelines.

	
License Agreement
-----------------

AndroidMaterialDialog is distributed under the GNU Lesser Public License version 3.0 (GLPLv3 ). For 
further information about this license agreement's content, please refer to its full version, which is 
available at http://www.gnu.org/licenses/.


Download
--------

The project homepage of the project "AndroidMaterialDialog" is available on Sourceforge via 
the internet address https://sourceforge.net/projects/androidmaterialdialog.

The latest release of the project can be downloaded as a zip archive from the download 
section of the Sourceforge project site mentioned above, which is available via the direct 
link https://sourceforge.net/projects/androidmaterialdialog/files.

As well, the complete source code and documentation is available via a Mercurial repository, 
which can be accessed by the URL http://hg.code.sf.net/p/androidmaterialdialog/code.


Contact information
-------------------

For personal feedback or questions you can either contact the developer via his profile on 
Sourceforge, which is available under the direct link https://sourceforge.net/users/mrapp, or 
via the email address michael.rapp90@googlemail.com.