diff --git a/README.md b/README.md index 7fe021fa668cf1a263d00f59961db46e4e0fd292..e6ce40b7163742377c363e7943bf77f80923edb3 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ A curated list of awesome Android UI/UX libraries. * [Progress](pages/Progress.md) * [Menu](pages/Menu.md) * [ActionBar](pages/ActionBar.md) +* [Dialog](pages/Dialog.md) * [Calendar](pages/Calendar.md) * [Graph](pages/Graph.md) * [Animation](pages/Animation.md) @@ -194,6 +195,12 @@ Name | License | Demo [GlassActionBar](https://github.com/ManuelPeinado/GlassActionBar) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | [NotBoringActionBar](https://github.com/flavienlaurent/NotBoringActionBar) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | +Dialog +====================== +Name | License | Demo +--- | --- | --- +[DialogPlus](https://github.com/orhanobut/dialogplus) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | + Calendar ====================== Name | License | Demo diff --git a/art/DialogPlus.png b/art/DialogPlus.png new file mode 100644 index 0000000000000000000000000000000000000000..b4792a1c29af50f19c98892c61d45d766f776f47 Binary files /dev/null and b/art/DialogPlus.png differ diff --git a/art/DialogPlus2.gif b/art/DialogPlus2.gif new file mode 100644 index 0000000000000000000000000000000000000000..800dc336971d2357c92e16dcfc75659177430ab6 Binary files /dev/null and b/art/DialogPlus2.gif differ diff --git a/pages/Dialog.md b/pages/Dialog.md new file mode 100644 index 0000000000000000000000000000000000000000..70cb03cacd1fdb64c17c3f2d52ba30a1c2b79aa7 --- /dev/null +++ b/pages/Dialog.md @@ -0,0 +1,5 @@ +Dialog +====================== +Name | License | Demo +--- | --- | --- +[DialogPlus](https://github.com/orhanobut/dialogplus) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) |