diff options
| author | 2011-01-15 17:21:35 -0800 | |
|---|---|---|
| committer | 2011-01-15 17:21:35 -0800 | |
| commit | b2e551711aa93a3d296ced6368e895743d43da80 (patch) | |
| tree | 02055b4f5a197a9ced1e94c45be7217e7547cea9 /api/current.xml | |
| parent | a47aa87a19c733e28d9d2db1c4eb7f29d668db7b (diff) | |
Fix bug 3355197 - Add attribute for fast scroll preview panel text color.
Text color for the fast scroll panel is dependent on its background,
which is already configurable within the theme.
Change-Id: I6ac3018116f078b7567888d75fa34ffd250d2f92
Diffstat (limited to 'api/current.xml')
| -rw-r--r-- | api/current.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/api/current.xml b/api/current.xml index 86c47f589e53..68d3187dce0a 100644 --- a/api/current.xml +++ b/api/current.xml @@ -4250,6 +4250,17 @@ visibility="public" > </field> +<field name="fastScrollTextColor" + type="int" + transient="false" + volatile="false" + value="16843611" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="fastScrollThumbDrawable" type="int" transient="false" @@ -260231,7 +260242,7 @@ deprecated="not deprecated" visibility="public" > -<parameter name="t" type="T"> +<parameter name="arg0" type="T"> </parameter> </method> </interface> |