Merge "Update the theme options tiles to match spec" into ub-launcher3-master
diff --git a/src/com/android/customization/picker/theme/ThemeFragment.java b/src/com/android/customization/picker/theme/ThemeFragment.java
index 99deb83..9ad8e84 100644
--- a/src/com/android/customization/picker/theme/ThemeFragment.java
+++ b/src/com/android/customization/picker/theme/ThemeFragment.java
@@ -113,6 +113,7 @@
                     Toast.makeText(getContext(), R.string.applied_theme_msg,
                             Toast.LENGTH_LONG).show();
                     getActivity().finish();
+                    getActivity().overridePendingTransition(R.anim.fade_in, R.anim.fade_out);
                 }
 
                 @Override