equal
deleted
inserted
replaced
6614 KAknsIIDQsnLineColors, |
6614 KAknsIIDQsnLineColors, |
6615 EAknsCIQsnLineColorsCG15 ); |
6615 EAknsCIQsnLineColorsCG15 ); |
6616 |
6616 |
6617 color.SetAlpha( !err ? colorFromSkin.Red() : KDefaultSeparatorAlpha ); |
6617 color.SetAlpha( !err ? colorFromSkin.Red() : KDefaultSeparatorAlpha ); |
6618 aGc.SetPenColor( color ); |
6618 aGc.SetPenColor( color ); |
|
6619 aGc.SetDrawMode( CGraphicsContext::EDrawModePEN ); |
6619 TRect lineRect( aRect ); |
6620 TRect lineRect( aRect ); |
6620 |
6621 |
6621 TInt gap = AknLayoutScalable_Avkon::listscroll_gen_pane( 0 ).LayoutLine().it; |
6622 TInt gap = AknLayoutScalable_Avkon::listscroll_gen_pane( 0 ).LayoutLine().it; |
6622 lineRect.Shrink( gap, 0 ); |
6623 lineRect.Shrink( gap, 0 ); |
6623 lineRect.Move( 0, -1 ); |
6624 lineRect.Move( 0, -1 ); |