Add profile dialogs when cross profile is disabled

Clicking on disabled profile button shows dialogs informing the user why
cross profile data is not shown.

Bug: 190727775
Test: manual
Change-Id: Ife3d9676edf0efdc66c91e3fdf5aef47dcfd6e78
Merged-In: Ife3d9676edf0efdc66c91e3fdf5aef47dcfd6e78
(cherry picked from commit 853e2e1dc04f47b92bfd8696de53950fc2b34d64)
diff --git a/res/values/styles_text.xml b/res/values/styles_text.xml
index 7842c58..d7f5dec 100644
--- a/res/values/styles_text.xml
+++ b/res/values/styles_text.xml
@@ -33,4 +33,16 @@
         <item name="android:textAllCaps">false</item>
     </style>
 
+    <style name="PickerProfileDialogTitle"
+           parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle">
+        <item name="android:textAllCaps">false</item>
+        <item name="android:textColor">@color/picker_profile_dialog_text_color</item>
+        <item name="android:textSize">@dimen/picker_profile_dialog_title_text_size</item>
+    </style>
+
+    <style name="PickerProfileDialogBody" parent="@android:style/TextAppearance.Material.Body2">
+        <item name="android:textAllCaps">false</item>
+        <item name="android:textColor">@color/picker_profile_dialog_text_color</item>
+    </style>
+
 </resources>