[
https://issues.apache.org/jira/browse/FLEX-34109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910981#comment-13910981
]
OmPrakash Muppirala edited comment on FLEX-34109 at 2/24/14 11:35 PM:
----------------------------------------------------------------------
Fixed the skins and spacing. The buttons should look better now on 120 DPI
Fixed in: fc1a2ec7fc3ea9421528a790b86e6c72d2c437d7
was (Author: bigosmallm):
Fixed the skins and spacing. The buttons should look better now on 120 DPI
> Bevel 120DPI back-arrow design problem
> --------------------------------------
>
> Key: FLEX-34109
> URL: https://issues.apache.org/jira/browse/FLEX-34109
> Project: Apache Flex
> Issue Type: Bug
> Components: Mobile: ActionBar
> Affects Versions: Apache Flex 4.11.0
> Environment: Air Mobile, AIR 4.0, units with DPI120 (fx old iPads)
> Reporter: Morten Gorm Madsen
> Assignee: OmPrakash Muppirala
> Fix For: Apache Flex 4.12.0
>
> Attachments: arrow.png
>
>
> The beveled navigation button (back button) needs a little fixup on 120DPI.
> It has a triangle sticking out.
> Apply following to your css to get the beveled action buttons:
> ActionBar{
> defaultButtonAppearance: beveled;
> }
> Problem located:
> spark.skins.mobile120.assets.BeveledBackButton_up.fxg
> spark.skins.mobile120.assets.BeveledBackButton_down.fxg
> Workarround:
> Monkey patching a file to use mobile160 assets. See below.
> BeveledBackButtinSkin.as (DPIClassification.DPI_120)
> upBorderSkin = spark.skins.mobile160.assets.BeveledBackButton_up;
> downBorderSkin = spark.skins.mobile160.assets.BeveledBackButton_down;
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)