hgcacheproxymodel/tsrc/fute/HgCacheProxyModelTestApp/hgcacheproxymodeltestapp.css
equal
deleted
inserted
replaced
|
1 /* |
|
2 hgcacheproxymodeltestapp_list-1 from widgetml is not working. |
|
3 */ |
|
4 /* |
|
5 HbListViewItem[layoutName="hgcacheproxymodeltestapp_list"]{ |
|
6 layout:hgcacheproxymodeltestapp_list-1; |
|
7 } |
|
8 */ |
|
9 HbListViewItem::text-1[layoutName="hgcacheproxymodeltestapp_list"]{ |
|
10 text-height: var(hb-param-text-height-primary); |
|
11 font-variant: primary; |
|
12 text-align: Right; |
|
13 text-line-count-min:1; |
|
14 text-line-count-max:2; |
|
15 fixed-height: 57px; |
|
16 } |
|
17 |
|
18 HbListViewItem::icon-1[layoutName="hgcacheproxymodeltestapp_list"]{ |
|
19 fixed-height: 57px; |
|
20 fixed-width: 57px; |
|
21 } |
|
22 /* |
|
23 HbGridViewItem[layoutName="hgcacheproxymodeltestapp_grid"]{ |
|
24 layout:hgcacheproxymodeltestapp_grid-1; |
|
25 } |
|
26 |
|
27 HbGridViewItem::text-1[layoutName="hgcacheproxymodeltestapp_grid"]{ |
|
28 text-height: var(hb-param-text-height-primary); |
|
29 font-variant: primary; |
|
30 text-align: Right; |
|
31 text-line-count-min:1; |
|
32 text-line-count-max:2; |
|
33 } |
|
34 */ |
|
35 |
|
36 HbGridViewItem::icon-1[layoutName="hgcacheproxymodeltestapp_grid"]{ |
|
37 fixed-height: 57px; |
|
38 fixed-width: 57px; |
|
39 } |