diff options
author | Michael Jurka <mikejurka@google.com> | 2010-09-14 17:35:20 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2010-09-14 17:56:01 -0700 |
commit | 1ff706b8c03063740ca74868fea46fa47d71bb27 (patch) | |
tree | 2e4d7b4fb2305d052032be774a4feeaeccf21440 /res/layout-land | |
parent | cfc629446ca86366665263dba6520a7b978b7c3e (diff) | |
download | packages_apps_trebuchet-1ff706b8c03063740ca74868fea46fa47d71bb27.zip packages_apps_trebuchet-1ff706b8c03063740ca74868fea46fa47d71bb27.tar.gz packages_apps_trebuchet-1ff706b8c03063740ca74868fea46fa47d71bb27.tar.bz2 |
fix two crashes
* fix crash where Workspace gets an ACTION_MOVE
but didn't get the ACTION_DOWN before it
* fix crash in DimmableBubbleTextView on
non-xlarge devices (buganizer bug#3001211)
Change-Id: I419b4a9fd3c95df9949f1d46746845ad2dc4b831
Diffstat (limited to 'res/layout-land')
-rw-r--r-- | res/layout-land/application.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-land/application.xml b/res/layout-land/application.xml index 846c81c..6e8c31e 100644 --- a/res/layout-land/application.xml +++ b/res/layout-land/application.xml @@ -14,5 +14,5 @@ limitations under the License. --> -<com.android.launcher2.DimmableBubbleTextView xmlns:android="http://schemas.android.com/apk/res/android" +<com.android.launcher2.BubbleTextView xmlns:android="http://schemas.android.com/apk/res/android" style="@style/WorkspaceIcon.Landscape" /> |