diff options
| author | 2009-09-15 18:45:34 -0700 | |
|---|---|---|
| committer | 2009-09-15 18:59:31 -0700 | |
| commit | 9767e41d92bd6f4cf16111b3f911cef78c8b01eb (patch) | |
| tree | 115b324793c1bcc89164ee249711fe9a2475eb9b /api | |
| parent | 5862b673d412e596f3fa419c00bd0ba16bf6c094 (diff) | |
Some improvements for wallpaper configuration.
This introduces a new activity that you can derive from to implement
a wall paper configuration activity. This is supposed to select
a theme based on whether it is being run to configure a real wallpaper
or a preview, but this is going to be more difficult to do than I
thought. :(
Also fix a problem in the white theme where the list view's background
was being set to white, so it wouldn't work on a transparent bg.
Change-Id: I26d5a8695a3c878a1664eb09900eded57eaff990
Diffstat (limited to 'api')
| -rw-r--r-- | api/current.xml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 6121c4342b88..6174bff7fbeb 100644 --- a/api/current.xml +++ b/api/current.xml @@ -10659,6 +10659,17 @@ visibility="public" > </field> +<field name="screen_background_light_transparent" + type="int" + transient="false" + volatile="false" + value="17301674" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="spinner_background" type="int" transient="false" @@ -12714,6 +12725,17 @@ visibility="public" > </field> +<field name="Theme_Light_WallpaperSettings" + type="int" + transient="false" + volatile="false" + value="16973922" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="Theme_NoDisplay" type="int" transient="false" @@ -12802,6 +12824,17 @@ visibility="public" > </field> +<field name="Theme_WallpaperSettings" + type="int" + transient="false" + volatile="false" + value="16973921" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="Theme_Wallpaper_NoTitleBar" type="int" transient="false" @@ -117496,6 +117529,37 @@ </implements> </interface> </package> +<package name="android.service.wallpaper" +> +<class name="WallpaperSettingsActivity" + extends="android.preference.PreferenceActivity" + abstract="false" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +<constructor name="WallpaperSettingsActivity" + type="android.service.wallpaper.WallpaperSettingsActivity" + static="false" + final="false" + deprecated="not deprecated" + visibility="public" +> +</constructor> +<field name="EXTRA_PREVIEW_MODE" + type="java.lang.String" + transient="false" + volatile="false" + value=""android.service.wallpaper.PREVIEW_MODE"" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +</class> +</package> <package name="android.speech" > <class name="RecognizerIntent" |