[TIMOB-4646] Android: TableView background selector incorrectly draws when anyDensity is true
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-11-05T13:52:57.000+0000 |
Affected Version/s | Release 1.7.1 |
Fix Version/s | Sprint 2011-29, Release 1.8.0 |
Components | Android |
Labels | n/a |
Reporter | Marshall Culpepper |
Assignee | Natalie Huynh |
Created | 2011-07-13T08:43:04.000+0000 |
Updated | 2014-06-19T12:46:41.000+0000 |
Description
See the difference in these two:
1) KitchenSink with anyDensity=false
http://arcaner.com/_skitch/table_view_default_selector.png
2) A test with anyDensity=true
http://arcaner.com/_skitch/table_view_custom_with_default_selector.png
Notice the slight box around the test in #2. This happens regardless of whether or not there is a "backgroundSelectedColor" or "backgroundSelectedImage". You can see this in KitchenSink by setting anyDensity=true in the tiapp.xml:
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest>
<supports-screens android:anyDensity="true"/>
</manifest>
</android>
issue resolved with the fixes in #4645
Should be resolved with the other batch of these covered by the latest pull request
Tested with 1.8.0.v20110921124951 on Hero 2.1 GSlate 3.1
Standardizing summary and labels.