[TIMOB-17150] ActionBar pattern not showing on Android 2.3 with AppCompat
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2014-06-13T00:42:24.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Ricardo Alcocer |
| Assignee | Hieu Pham |
| Created | 2014-06-12T19:33:06.000+0000 |
| Updated | 2017-03-20T18:01:42.000+0000 |
Description
When using 3.3.0.Beta and a custom ActionBar Style with "texture" on the ActionBar, the texture shows on Android 4.3.x but not on 2.3.x.
Full URL to the Style I'm using: http://bit.ly/1lklanX
See attached screenshot and test case.
Attachments
| File | Date | Size |
|---|---|---|
| ab_texture_test.zip | 2014-06-12T19:33:06.000+0000 | 745054 |
| abtexture.png | 2014-06-12T19:33:06.000+0000 | 107288 |
Can you take a quick look?
This is not a bug. If you look at the the xml files, you will see that the one in values-14 is using a different background image for ActionBar then the one in values. values-14:
values:<item name="android:background">@drawable/ab_background_textured_greenstyle</item>values-14 folder is used for API 14+, so it is working as expected.<item name="background">@drawable/ab_solid_greenstyle</item>Closing ticket as invalid.