diff options
Diffstat (limited to 'sample/src/main/res/xml/changelog.xml')
-rw-r--r-- | sample/src/main/res/xml/changelog.xml | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/sample/src/main/res/xml/changelog.xml b/sample/src/main/res/xml/changelog.xml index 5ded21e..b758d42 100644 --- a/sample/src/main/res/xml/changelog.xml +++ b/sample/src/main/res/xml/changelog.xml @@ -2,19 +2,23 @@ <resources> <!-- - <version titleRes="v"/> + <version title="v"/> <item text="" /> --> - <version title="v0.1" /> - <item text="Initial Changelog" /> - <item text="" /> - <item text="" /> - <item text="" /> - <item text="" /> - <item text="" /> - <item text="" /> - <item text="" /> + <version title="v0.2"/> + <item text="Created kprefs" /> + <item text="Created kpref items" /> + <item text="Attached source files" /> + <item text="Created color dialog" /> + <item text="Added more utilities" /> + <item text="Fixed stack clearing when starting activity" /> <item text="" /> <item text="" /> + + <version title="v0.1" /> + <item text="Initial Changelog" /> + <item text="Created many extension functions" /> + <item text="Ported changelog builer" /> + <item text="Ported ripple canvas" /> </resources>
\ No newline at end of file |