7

How can I use the font seen in fresh Google's apps like Phone, Contact and Google Fit in my Android App? Is there some new textAppearance value for this? Here's the preview of desired font (titles): Google's new material font

As I could find out, this font is called something like "Google Sans".

Thanks.

oleynikd
  • 896
  • 13
  • 33
  • 9
    You cannot (should not). It is not licensed to used by developers. It is used for Google's own branding. Even I'm tempted to use it, but I guess we'll have to hold that thought. Check this out https://github.com/flutter/flutter/issues/18266 – Mangesh Sep 06 '18 at 18:45

1 Answers1

-2

I've also was wondering how to use it, for personal use though. Oddly enough I used this and it works perfectly fine, though I own a pixel device and am pretty sure this won't work on other devices. Here's what I used for the TextView:

    android:textAppearance="@android:style/TextAppearance.DeviceDefault.Widget.Button"