Changing dialog title top padding and text style

Bug:30079784
Change-Id: I6dd6f92a67eaedb6fcce7b08d41cece4335236f1
diff --git a/res-common/layout/dialog_title.xml b/res-common/layout/dialog_title.xml
index 4e32941..b88f47c 100644
--- a/res-common/layout/dialog_title.xml
+++ b/res-common/layout/dialog_title.xml
@@ -18,11 +18,11 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="wrap_content"
     android:layout_height="wrap_content"
-    android:paddingTop="24dp"
+    android:paddingTop="18dp"
     android:paddingStart="24dp"
     android:paddingEnd="24dp"
     android:textSize="20sp"
     android:textColor="@color/contacts_text_color"
-    android:textStyle="bold"
+    android:fontFamily="sans-serif-medium"
     android:ellipsize="end"
 />
\ No newline at end of file