Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielemariotti committed Aug 29, 2013
1 parent 4eda6c2 commit e2d5a09
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions ChangeLogDemo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,26 @@

There are some usage examples.

## Standard Example
See the **customisation and tips** [page:](https://github.com/gabrielemariotti/changeloglib/tree/master/CUSTOMIZATION.md) for more information.

A basic usage with standard view and standard changelog,xml file.
## Standard Example

A basic usage with standard view and standard changelog.xml file.
[`demo_changelog_fragment_standard.xml`](https://github.com/gabrielemariotti/changeloglib/tree/master/ChangeLogDemo/src/main/res/layout/demo_changelog_fragment_standard.xml)

![StdExample](https://github.com/gabrielemariotti/changeloglib/raw/master/ChangeLogDemo/images/ex0.png)


## Custom xml file Example

An example with a custom `res/raw/custom_changelog,xml` file

An example with a custom `res/raw/custom_changelog.xml` file
[`demo_changelog_fragment_customxmlfile.xml`](https://github.com/gabrielemariotti/changeloglib/tree/master/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`](https://github.com/gabrielemariotti/changeloglib/tree/master/ChangeLogDemo/src/main/res/layout/demo_changelog_fragment_withoutbullet.xml)

![BulletExample](https://github.com/gabrielemariotti/changeloglib/raw/master/ChangeLogDemo/images/ex2.png)
Expand All @@ -31,7 +30,6 @@ An example without a bullet list.
## Custom layout header example

An example with a custom layout header.

[`demo_changelogrowheader_layout.xml`](https://github.com/gabrielemariotti/changeloglib/tree/master/ChangeLogDemo/src/main/res/layout/demo_changelogrowheader_layout.xml)

![HeaderExample](https://github.com/gabrielemariotti/changeloglib/raw/master/ChangeLogDemo/images/ex3.png)
Expand All @@ -40,7 +38,6 @@ An example with a custom layout header.
## Custom layout row example

An example with a custom layout row

[`demo_changelogrow_layout.xml`](https://github.com/gabrielemariotti/changeloglib/tree/master/ChangeLogDemo/src/main/res/layout/demo_changelogrow_layout.xml)

![RowExample](https://github.com/gabrielemariotti/changeloglib/raw/master/ChangeLogDemo/images/ex4.png)
Expand All @@ -49,13 +46,7 @@ An example with a custom layout row
## Standard Dialog example

An example with a Dialog

[`demo_changelog_fragment_dialogstandard.xml`](https://github.com/gabrielemariotti/changeloglib/tree/master/ChangeLogDemo/src/main/res/layout/demo_changelog_fragment_dialogstandard.xml)

![RowExample](https://github.com/gabrielemariotti/changeloglib/raw/master/ChangeLogDemo/images/ex5.png)



## Customizations and tips

See the customisation and tips [page:](https://github.com/gabrielemariotti/changeloglib/tree/master/CUSTOMIZATION.md) for more information.

0 comments on commit e2d5a09

Please sign in to comment.