Modify the UI of ClearCache dialog

- Change the icon
- Remove the icon on the second loading dialog
- Update the style of the progress bar
- Change the string of the button
- Change the color of the icon
- Remove the bold style for the app name in the message
- Add the delay to avoid the progress dialog is disappeared too fast

Test: manual, attach the video
Bug: 161754467
Change-Id: Ia0cdcdc2f6810d96cc9233f41d195115dfd8bb15
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 840135e..c3bdf8f 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -18,4 +18,5 @@
     <dimen name="permission_dialog_width">320dp</dimen>
     <dimen name="permission_thumb_size">64dp</dimen>
     <dimen name="permission_thumb_margin">6dp</dimen>
+    <dimen name="dialog_space">20dp</dimen>
 </resources>