# ChangeLog Library Demo
The demo is a showcase of the functionality of the library.
[](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)

## 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)

## 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)

## Custom layout header example
An example with a custom layout header.
[`demo_changelogrowheader_layout.xml`](/ChangeLogDemo/src/main/res/layout/demo_changelogrowheader_layout.xml)

## Custom layout row example
An example with a custom layout row
[`demo_changelogrow_layout.xml`](/ChangeLogDemo/src/main/res/layout/demo_changelogrow_layout.xml)

## Standard Dialog example
An example with a Dialog
[`demo_changelog_fragment_dialogstandard.xml`](/ChangeLogDemo/src/main/res/layout/demo_changelog_fragment_dialogstandard.xml)

Credits
-------
Author: Gabriele Mariotti (gabri.mariotti@gmail.com)
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.
---