summaryrefslogtreecommitdiffstats
path: root/tests/DpiTest/AndroidManifest.xml
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-07-18 17:13:29 -0700
committerDianne Hackborn <hackbod@google.com>2009-07-18 17:13:29 -0700
commit2784ff0af88128f66ae690b73d48fb7e4a211e68 (patch)
tree2e43aaa6e2a67a0924449af42d969b91de2f995d /tests/DpiTest/AndroidManifest.xml
parenta53b828635fce8b6b2d3e3377d74d72070056623 (diff)
downloadframeworks_base-2784ff0af88128f66ae690b73d48fb7e4a211e68.zip
frameworks_base-2784ff0af88128f66ae690b73d48fb7e4a211e68.tar.gz
frameworks_base-2784ff0af88128f66ae690b73d48fb7e4a211e68.tar.bz2
Fix issue where scaled bitmap sizes could be wrong.
The Bitmap functions to get the scaled width/height couldn't actually do the right thing because they didn't know the destination they would be drawing to. Now there are two forms of them, taking an explicit parameter specifying the destination.
Diffstat (limited to 'tests/DpiTest/AndroidManifest.xml')
-rw-r--r--tests/DpiTest/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/DpiTest/AndroidManifest.xml b/tests/DpiTest/AndroidManifest.xml
index ea355a4..68ecc6e 100644
--- a/tests/DpiTest/AndroidManifest.xml
+++ b/tests/DpiTest/AndroidManifest.xml
@@ -25,7 +25,7 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
- <activity android:name="DpiTestActivityNoCompat" android:label="DpiTestCompat">
+ <activity android:name="DpiTestNoCompatActivity" android:label="DpiTestNoCompat">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />