create separate class for Circular Progress

This commit is contained in:
laserpants 2016-06-18 12:11:42 +03:00
parent b913f86afc
commit 75af97d4d3
5 changed files with 13 additions and 0 deletions

View File

@ -18,6 +18,7 @@
- [x] Text Field
- [x] Toggle
- [ ] App Bar
- [ ] Circular Progress
- [ ] Dialog
- [ ] Divider
- [ ] Drawer

View File

View File

@ -0,0 +1,4 @@
#ifndef CIRCULAR_PROGRESS_H
#define CIRCULAR_PROGRESS_H
#endif // CIRCULAR_PROGRESS_H

View File

@ -0,0 +1,4 @@
#ifndef CIRCULARPROGRESS_P_H
#define CIRCULARPROGRESS_P_H
#endif // CIRCULARPROGRESS_P_H

4
components/progress_p.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef PROGRESS_P_H
#define PROGRESS_P_H
#endif // PROGRESS_P_H