diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-05-27 13:40:26 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2011-05-27 13:40:26 -0700 |
commit | b96cbbd11c4590bec846212c33361e02293f18b5 (patch) | |
tree | ac02f12136339bb608c07d8b26eaae1cddccf792 /api | |
parent | ff7622992f39d8e401ab23c5ce6a84f318906e52 (diff) | |
download | frameworks_base-b96cbbd11c4590bec846212c33361e02293f18b5.zip frameworks_base-b96cbbd11c4590bec846212c33361e02293f18b5.tar.gz frameworks_base-b96cbbd11c4590bec846212c33361e02293f18b5.tar.bz2 |
Add "tv" density for 720p screens.
Change-Id: I028969b007f2fceea66947d77a2ae31ef1d1a630
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index efcde72..7670bc9 100644 --- a/api/current.xml +++ b/api/current.xml @@ -206019,6 +206019,17 @@ visibility="public" > </field> +<field name="DENSITY_TV" + type="int" + transient="false" + volatile="false" + value="213" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="DENSITY_XHIGH" type="int" transient="false" |