diff options
author | Michael Jurka <mikejurka@google.com> | 2010-10-01 16:12:03 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2010-10-01 16:12:03 -0700 |
commit | 16fed41e5e680c547b23e108788eb85f1b04d36d (patch) | |
tree | 041401c8a56a81bc9e55defb2ce7d1fe07d7d96f /res/layout-xlarge-port | |
parent | a249304572c9a3abb31f1963a7a59e373adfd81f (diff) | |
download | packages_apps_trebuchet-16fed41e5e680c547b23e108788eb85f1b04d36d.zip packages_apps_trebuchet-16fed41e5e680c547b23e108788eb85f1b04d36d.tar.gz packages_apps_trebuchet-16fed41e5e680c547b23e108788eb85f1b04d36d.tar.bz2 |
- getting rid of "dimmed" effect for icons and widgets
- re-enabling drawing cache for icons and widgets
Diffstat (limited to 'res/layout-xlarge-port')
-rw-r--r-- | res/layout-xlarge-port/application.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-xlarge-port/application.xml b/res/layout-xlarge-port/application.xml index ec66976..af7a8a4 100644 --- a/res/layout-xlarge-port/application.xml +++ b/res/layout-xlarge-port/application.xml @@ -14,5 +14,5 @@ limitations under the License. --> -<com.android.launcher2.DimmableBubbleTextView xmlns:android="http://schemas.android.com/apk/res/android" - style="@style/WorkspaceIcon.Portrait" /> +<com.android.launcher2.BubbleTextView xmlns:android="http://schemas.android.com/apk/res/android" + style="@style/WorkspaceIcon.Portrait" /> |