create separate class for Circular Progress
This commit is contained in:
parent
b913f86afc
commit
75af97d4d3
|
@ -18,6 +18,7 @@
|
||||||
- [x] Text Field
|
- [x] Text Field
|
||||||
- [x] Toggle
|
- [x] Toggle
|
||||||
- [ ] App Bar
|
- [ ] App Bar
|
||||||
|
- [ ] Circular Progress
|
||||||
- [ ] Dialog
|
- [ ] Dialog
|
||||||
- [ ] Divider
|
- [ ] Divider
|
||||||
- [ ] Drawer
|
- [ ] Drawer
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
#ifndef CIRCULAR_PROGRESS_H
|
||||||
|
#define CIRCULAR_PROGRESS_H
|
||||||
|
|
||||||
|
#endif // CIRCULAR_PROGRESS_H
|
|
@ -0,0 +1,4 @@
|
||||||
|
#ifndef CIRCULARPROGRESS_P_H
|
||||||
|
#define CIRCULARPROGRESS_P_H
|
||||||
|
|
||||||
|
#endif // CIRCULARPROGRESS_P_H
|
|
@ -0,0 +1,4 @@
|
||||||
|
#ifndef PROGRESS_P_H
|
||||||
|
#define PROGRESS_P_H
|
||||||
|
|
||||||
|
#endif // PROGRESS_P_H
|
Loading…
Reference in New Issue