Skip to content

Commit e2d5a09

Browse files
Update README.md
1 parent 4eda6c2 commit e2d5a09

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

ChangeLogDemo/README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,26 @@
22

33
There are some usage examples.
44

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

7-
A basic usage with standard view and standard changelog,xml file.
7+
## Standard Example
88

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

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

1314

1415
## Custom xml file Example
1516

16-
An example with a custom `res/raw/custom_changelog,xml` file
17-
17+
An example with a custom `res/raw/custom_changelog.xml` file
1818
[`demo_changelog_fragment_customxmlfile.xml`](https://github.com/gabrielemariotti/changeloglib/tree/master/ChangeLogDemo/src/main/res/layout/demo_changelog_fragment_customxmlfile.xml)
1919

2020

2121

2222
## Without Bullet point example
2323

2424
An example without a bullet list.
25-
2625
[`demo_changelog_fragment_withoutbullet.xml`](https://github.com/gabrielemariotti/changeloglib/tree/master/ChangeLogDemo/src/main/res/layout/demo_changelog_fragment_withoutbullet.xml)
2726

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

3332
An example with a custom layout header.
34-
3533
[`demo_changelogrowheader_layout.xml`](https://github.com/gabrielemariotti/changeloglib/tree/master/ChangeLogDemo/src/main/res/layout/demo_changelogrowheader_layout.xml)
3634

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

4240
An example with a custom layout row
43-
4441
[`demo_changelogrow_layout.xml`](https://github.com/gabrielemariotti/changeloglib/tree/master/ChangeLogDemo/src/main/res/layout/demo_changelogrow_layout.xml)
4542

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

5148
An example with a Dialog
52-
5349
[`demo_changelog_fragment_dialogstandard.xml`](https://github.com/gabrielemariotti/changeloglib/tree/master/ChangeLogDemo/src/main/res/layout/demo_changelog_fragment_dialogstandard.xml)
5450

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

57-
58-
59-
## Customizations and tips
60-
61-
See the customisation and tips [page:](https://github.com/gabrielemariotti/changeloglib/tree/master/CUSTOMIZATION.md) for more information.

0 commit comments

Comments
 (0)