Set dialog corners to be round

Signed-off-by: Luca Stefani <luca.stefani.ge1@gmail.com>
Change-Id: Ic4401a6f730f87bbb7056ce816f516540328e842
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 732890b..fa1318d 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -12,6 +12,7 @@
         <!-- Status bar color. -->
         <item name="android:statusBarColor">?attr/colorOnPrimary</item>
         <!-- Customize your theme here. -->
+        <item name="dialogCornerRadius">28dp</item>
     </style>
 
     <!-- Main activity theme. -->