diff options
author | Raph Levien <raph@google.com> | 2012-05-09 11:45:34 -0700 |
---|---|---|
committer | Raph Levien <raph@google.com> | 2012-05-09 23:18:42 -0700 |
commit | d570e8987ae50ee101c3d4cfa973e1a6b6ecc8f5 (patch) | |
tree | 9a8be3a60527ca7693cc54a12fab957262e9d504 /api | |
parent | f4299bd1858a44b3d5c9342752ba2d2459a50230 (diff) | |
download | frameworks_base-d570e8987ae50ee101c3d4cfa973e1a6b6ecc8f5.zip frameworks_base-d570e8987ae50ee101c3d4cfa973e1a6b6ecc8f5.tar.gz frameworks_base-d570e8987ae50ee101c3d4cfa973e1a6b6ecc8f5.tar.bz2 |
Add fontFamily XML attribute to select font family by string
Change-Id: I0b649528d3d9888e3561a1a3907a6b6ee2e30238
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index b10c107..6917c6f 100644 --- a/api/current.txt +++ b/api/current.txt @@ -485,6 +485,7 @@ package android { field public static final int focusable = 16842970; // 0x10100da field public static final int focusableInTouchMode = 16842971; // 0x10100db field public static final int focusedMonthDateColor = 16843587; // 0x1010343 + field public static final int fontFamily = 16843692; // 0x10103ac field public static final int footerDividersEnabled = 16843311; // 0x101022f field public static final int foreground = 16843017; // 0x1010109 field public static final int foregroundGravity = 16843264; // 0x1010200 |