Changing dialog text color and padding

Bug:30079784
Change-Id: I6d389c1f0b27dfe2d6ed0314820990e1006e9bdd
diff --git a/res-common/layout/dialog_title.xml b/res-common/layout/dialog_title.xml
index d673e23..4e32941 100644
--- a/res-common/layout/dialog_title.xml
+++ b/res-common/layout/dialog_title.xml
@@ -22,7 +22,7 @@
     android:paddingStart="24dp"
     android:paddingEnd="24dp"
     android:textSize="20sp"
-    android:textColor="#000000"
+    android:textColor="@color/contacts_text_color"
     android:textStyle="bold"
     android:ellipsize="end"
 />
\ No newline at end of file