diff --git a/README.md b/README.md index 1663420..7bb7d1c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/components/drawer_internal.cpp b/components/drawer_internal.cpp new file mode 100644 index 0000000..e69de29 diff --git a/components/drawer_internal.h b/components/drawer_internal.h new file mode 100644 index 0000000..62de54d --- /dev/null +++ b/components/drawer_internal.h @@ -0,0 +1,4 @@ +#ifndef DRAWER_INTERNAL_H +#define DRAWER_INTERNAL_H + +#endif // DRAWER_INTERNAL_H diff --git a/lib/overlaywidget.cpp b/lib/overlaywidget.cpp new file mode 100644 index 0000000..e69de29 diff --git a/lib/overlaywidget.h b/lib/overlaywidget.h new file mode 100644 index 0000000..3a08ae4 --- /dev/null +++ b/lib/overlaywidget.h @@ -0,0 +1,4 @@ +#ifndef OVERLAYWIDGET_H +#define OVERLAYWIDGET_H + +#endif // OVERLAYWIDGET_H diff --git a/lib/testrippleoverlay.cpp b/lib/testrippleoverlay.cpp new file mode 100644 index 0000000..e69de29 diff --git a/lib/testrippleoverlay.h b/lib/testrippleoverlay.h new file mode 100644 index 0000000..43a3104 --- /dev/null +++ b/lib/testrippleoverlay.h @@ -0,0 +1,4 @@ +#ifndef TESTRIPPLEOVERLAY_H +#define TESTRIPPLEOVERLAY_H + +#endif // TESTRIPPLEOVERLAY_H