Skip to content

Commit f713005

Browse files
committed
Add demo for todos sample with checkbox
1 parent 768e273 commit f713005

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

README.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,23 @@
44
<img src="media/tv-logo.png" width="128px" height="128px"/>
55
</p>
66

7-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/d899da7160c24435bfe52b29146601ce)](https://www.codacy.com/gh/AmrDeveloper/TreeView/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=AmrDeveloper/TreeView&amp;utm_campaign=Badge_Grade)
8-
[![CodeFactor](https://www.codefactor.io/repository/github/amrdeveloper/treeview/badge)](https://www.codefactor.io/repository/github/amrdeveloper/treeview)
9-
[![Min API Level](https://img.shields.io/badge/API-%2B16-brightgreen)]()
10-
![Maven Central](https://img.shields.io/maven-central/v/io.github.amrdeveloper/treeview?color=green)
7+
<p align="center">
8+
<img alt="Codacy Badge" src="https://app.codacy.com/project/badge/Grade/d899da7160c24435bfe52b29146601ce">
9+
<img alt="CodeFactor" src="https://www.codefactor.io/repository/github/amrdeveloper/treeview/badge">
10+
<img alt="Min API Level" src="https://img.shields.io/badge/API-%2B16-brightgreen">
11+
<img alt="Maven Central" src="https://img.shields.io/maven-central/v/io.github.amrdeveloper/treeview?color=green">
12+
</p>
1113

14+
<p align="center">
1215
Multi Roots TreeView implementation for Android Platform with a lot of options and customization
16+
</p>
1317

1418
## Demo
1519
<p align="center">
16-
<img src="media/treeview_files_demo.gif" alt="animated" width="23%"/>
17-
<img src="media/treeview_todo_demo.gif" alt="animated" width="23%"/>
18-
<img src="media/treeview_chat_demo.gif" alt="animated" width="23%"/>
20+
<img src="media/treeview_files_demo.gif" alt="animated" height="200" width="23%"/>
21+
<img src="media/treeview_todos_demo.gif" alt="animated" height="200" width="23%"/>
22+
<img src="media/treeview_logs_demo.gif" alt="animated" height="200" width="23%"/>
23+
<img src="media/treeview_chat_demo.gif" alt="animated" height="200" width="23%"/>
1924
</p>
2025

2126
### Features:
@@ -52,7 +57,7 @@ Multi Roots TreeView implementation for Android Platform with a lot of options a
5257
```
5358
MIT License
5459
55-
Copyright (c) 2022 Amr Hesham
60+
Copyright (c) 2022 - 2024 Amr Hesham
5661
5762
Permission is hereby granted, free of charge, to any person obtaining a copy
5863
of this software and associated documentation files (the "Software"), to deal
File renamed without changes.

media/treeview_todos_demo.gif

1.3 MB
Loading

0 commit comments

Comments
 (0)