Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17150] ActionBar pattern not showing on Android 2.3 with AppCompat

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionInvalid
Resolution Date2014-06-13T00:42:24.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterRicardo Alcocer
AssigneeHieu Pham
Created2014-06-12T19:33:06.000+0000
Updated2017-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

FileDateSize
ab_texture_test.zip2014-06-12T19:33:06.000+0000745054
abtexture.png2014-06-12T19:33:06.000+0000107288

Comments

  1. Ingo Muschenetz 2014-06-12

    Can you take a quick look?
  2. Hieu Pham 2014-06-13

    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:
               <item name="android:background">@drawable/ab_background_textured_greenstyle</item>
       
    values:
               <item name="background">@drawable/ab_solid_greenstyle</item>
       
    values-14 folder is used for API 14+, so it is working as expected.
  3. Lee Morris 2017-03-20

    Closing ticket as invalid.

JSON Source