From c9b1877f9acf604897c719d70dc99685d10849b5 Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Thu, 22 Apr 2010 14:37:59 -0400 Subject: New Launcher feature: "hotseat" icons. The hotseats are permanent slots on either side of the AllApps button. Their functions are: LEFT/BOTTOM: Phone Launched via the hardcoded class name com.android.contacts/.ContactsLaunchActivity. RIGHT/TOP: Browser Launched by querying to see which application is the default for URLs, then starting that activity directly. In the future, it would be ideal to allow an application with permission to access LauncherProvider to customize these (icons, contentDescriptions, and Intents). Bug: 2559083 Change-Id: I56f6e745f8574aa17e28feaa9d2118fb4a715cd4 --- res/values-land/styles.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 res/values-land/styles.xml (limited to 'res/values-land') diff --git a/res/values-land/styles.xml b/res/values-land/styles.xml new file mode 100644 index 000000000..251c717e1 --- /dev/null +++ b/res/values-land/styles.xml @@ -0,0 +1,41 @@ + + + + + + + + + + -- cgit v1.2.3