1 HbGridViewItem::icon:portrait{ |
1 HbGridViewItem[layoutName="GridView"]::icon:portrait{ |
2 left:0un; |
2 left:0un; |
3 top:0un; |
3 top:0un; |
4 right:0un; |
4 right:0un; |
5 bottom:0un; |
5 bottom:0un; |
6 fixed-width:120px; |
6 fixed-width:17.761un; |
7 fixed-height:120px; |
7 fixed-height:15.373un; |
8 } |
8 } |
9 |
9 |
10 HbGridViewItem::icon:landscape{ |
10 HbGridViewItem[layoutName="GridView"]::icon:landscape{ |
11 left:0un; |
11 left:0un; |
12 top:0un; |
12 top:0un; |
13 right:0un; |
13 right:0un; |
14 bottom:0un; |
14 bottom:0un; |
15 fixed-width:128px; |
15 fixed-width:18.9552un; |
16 fixed-height:128px; |
16 fixed-height:16.4179un; |
17 } |
17 } |
18 |
18 |
19 HbGridViewItem::multiselection-toucharea{ |
19 HbGridViewItem[layoutName="GridView"]::multiselection-toucharea{ |
20 fixed-width: 120px; |
20 fixed-width: 17un; |
21 fixed-height: 120px; |
21 fixed-height: 15un; |
22 } |
22 } |
|
23 |
|
24 HbGridViewItem[layoutName="ImageStrip"]::icon:portrait{ |
|
25 left:0px; |
|
26 top:0px; |
|
27 right:0un; |
|
28 bottom:0un; |
|
29 fixed-width:13.28358un; |
|
30 fixed-height:11.50546un; |
|
31 } |
|
32 |
|
33 HbGridViewItem[layoutName="ImageStrip"]::icon:landscape{ |
|
34 left:0px; |
|
35 top:0px; |
|
36 right:0un; |
|
37 bottom:0un; |
|
38 fixed-width:14.179104un; |
|
39 fixed-height:12.2811un; |
|
40 } |
|
41 |
|
42 HbListViewItem::icon-1[graphicsSize="Image"]:portrait{ |
|
43 fixed-height: 13.43283un; |
|
44 fixed-width: 15.522388un; |
|
45 } |
|
46 |
|
47 HbListViewItem::icon-1[graphicsSize="Image"]:landscape{ |
|
48 fixed-height: 13.43283un; |
|
49 fixed-width: 15.522388un; |
|
50 } |
|
51 |
|
52 HbListViewItem::selection-icon{ |
|
53 fixed-height: var(hb-param-graphic-size-primary-medium); |
|
54 fixed-width: var(hb-param-graphic-size-primary-medium); |
|
55 } |
|
56 |
|
57 HbListViewItem::multiselection-toucharea{ |
|
58 fixed-width: 90.0un; |
|
59 } |
|
60 |
|
61 HbListViewItem::icon-1{ |
|
62 fixed-height: var(hb-param-graphic-size-function); |
|
63 fixed-width: var(hb-param-margin-view-bottom); |
|
64 } |
|
65 |