flag Drawer complete

This commit is contained in:
laserpants 2016-06-24 07:50:11 +03:00
parent 796bdf0dd4
commit 336cbbd7c3
7 changed files with 13 additions and 1 deletions

View File

@ -9,6 +9,7 @@
- [x] Check Box
- [x] Circular Progress
- [x] Dialog
- [x] Drawer
- [x] Floating Action Button
- [x] Flat Button
- [x] Icon Button
@ -23,7 +24,6 @@
- [x] Toggle
- [ ] App Bar
- [ ] Divider
- [ ] Drawer
- [ ] Icon Menu
- [ ] Menu
- [ ] Search Field

View File

View File

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

0
lib/overlaywidget.cpp Normal file
View File

4
lib/overlaywidget.h Normal file
View File

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

View File

4
lib/testrippleoverlay.h Normal file
View File

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