# ChangeLog Library Demo The demo is a showcase of the functionality of the library. [![Get it on Google Play](http://www.android.com/images/brand/get_it_on_play_logo_small.png)](https://play.google.com/store/apps/details?id=it.gmariotti.changelog.demo) There are some usage examples. See the **customization and tips** [page:](/doc/CUSTOMIZATION.md) for more information. ## Standard Example A basic usage with standard view and standard changelog.xml file. [`demo_changelog_fragment_standard.xml`](/ChangeLogDemo/src/main/res/layout/demo_changelog_fragment_standard.xml) ![StdExample](/ChangeLogDemo/images/ex0.png) ## Material specs A basic usage with material specs and metrics and standard changelog.xml file. [`demo_changelog_fragment_standard.xml`](/ChangeLogDemo/src/main/res/layout/demo_changelog_fragment_material.xml) ![MaterialeExample](/ChangeLogDemo/images/material1.png) ## Custom xml file Example An example with a custom `res/raw/custom_changelog.xml` file [`demo_changelog_fragment_customxmlfile.xml`](/ChangeLogDemo/src/main/res/layout/demo_changelog_fragment_customxmlfile.xml) ## Without Bullet point example An example without a bullet list. [`demo_changelog_fragment_withoutbullet.xml`](/ChangeLogDemo/src/main/res/layout/demo_changelog_fragment_withoutbullet.xml) ![BulletExample](/ChangeLogDemo/images/ex2.png) ## Custom layout header example An example with a custom layout header. [`demo_changelogrowheader_layout.xml`](/ChangeLogDemo/src/main/res/layout/demo_changelogrowheader_layout.xml) ![HeaderExample](/ChangeLogDemo/images/ex3.png) ## Custom layout row example An example with a custom layout row [`demo_changelogrow_layout.xml`](/ChangeLogDemo/src/main/res/layout/demo_changelogrow_layout.xml) ![RowExample](/ChangeLogDemo/images/ex4.png) ## Standard Dialog example An example with a Dialog [`demo_changelog_fragment_dialogstandard.xml`](/ChangeLogDemo/src/main/res/layout/demo_changelog_fragment_dialogstandard.xml) ![RowExample](/ChangeLogDemo/images/ex5.png) Credits ------- Author: Gabriele Mariotti (gabri.mariotti@gmail.com) Follow me on Google+ Follow me on Twitter Follow me on LinkedIn License ------- Copyright 2013-2014 Gabriele Mariotti Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ---