From 336cbbd7c335a64a58f67869f0cddc0be19c7413 Mon Sep 17 00:00:00 2001 From: laserpants Date: Fri, 24 Jun 2016 07:50:11 +0300 Subject: [PATCH] flag Drawer complete --- README.md | 2 +- components/drawer_internal.cpp | 0 components/drawer_internal.h | 4 ++++ lib/overlaywidget.cpp | 0 lib/overlaywidget.h | 4 ++++ lib/testrippleoverlay.cpp | 0 lib/testrippleoverlay.h | 4 ++++ 7 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 components/drawer_internal.cpp create mode 100644 components/drawer_internal.h create mode 100644 lib/overlaywidget.cpp create mode 100644 lib/overlaywidget.h create mode 100644 lib/testrippleoverlay.cpp create mode 100644 lib/testrippleoverlay.h 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