Android Wear推荐字体

时间:2015-01-14 01:34:53

标签: android wear-os android-fonts

Android Wear UI Toolkit建议在多个地方使用" ROBOTO LIGHT CONDENSED"或者" Roboto Condensed Light"。 (在pdf页面:11,14,16,17)。

但是,据我所知,唯一可用的默认字体是listed here。具体做法是:

android:fontFamily="sans-serif-light"     // roboto light
android:fontFamily="sans-serif-condensed" // roboto condensed

typography page,我看到" Roboto Condensed Light"是一个实际的字体。

有没有办法在Android Wear中使用此字体?此外,在UI工具包中推荐使用此默认字体的原因是什么?

1 个答案:

答案 0 :(得分:3)

我找到了答案。 fonts.xml是所有系统字体的权威列表。如上所述in another SO thread

因此,对于任何想知道的人来说,这是UI工具包中提到的字体。

android:fontFamily="sans-serif-condensed-light"