Replaced Product Sans with Google Sans
Product Sans is designed to be used for Google product logos. Google Sans is designed to be used for title, header, and body text.
This commit is contained in:
@ -59,7 +59,7 @@
|
||||
android:id="@+id/action_negative"
|
||||
android:letterSpacing="0"
|
||||
android:text="Dismiss"
|
||||
android:fontFamily="@font/product_sans"
|
||||
android:fontFamily="@font/google_sans"
|
||||
android:textStyle="bold"
|
||||
app:textAllCaps="false" />
|
||||
<com.google.android.material.button.MaterialButton
|
||||
@ -74,7 +74,7 @@
|
||||
android:id="@+id/action_positive"
|
||||
android:letterSpacing="0"
|
||||
android:text="Accept"
|
||||
android:fontFamily="@font/product_sans"
|
||||
android:fontFamily="@font/google_sans"
|
||||
android:textStyle="bold"
|
||||
app:textAllCaps="false" />
|
||||
</LinearLayout>
|
||||
|
Reference in New Issue
Block a user