wlanutilities/wlansniffer/wlansnifferapplication/res/hblistviewitem.css
branchRCL_3
changeset 55 f28ada11abbf
parent 54 63be7eb3fc78
child 59 34911529ee3c
equal deleted inserted replaced
54:63be7eb3fc78 55:f28ada11abbf
     1 
       
     2 HbListViewItem[layoutName="wlanlistitem"]{
       
     3 	layout:wlanlistitem;
       
     4 }
       
     5 
       
     6 HbListViewItem::icon-1[layoutName="wlanlistitem"]{
       
     7 	fixed-height: var(hb-param-graphic-size-primary-small);
       
     8 	fixed-width: var(hb-param-graphic-size-primary-small);
       
     9 }
       
    10 
       
    11 HbListViewItem::text-1[layoutName="wlanlistitem"]{
       
    12 	text-height: var(hb-param-text-height-primary);
       
    13 	font-variant: primary;
       
    14 	pref-width:-1;
       
    15 	text-align: left;
       
    16 }
       
    17 
       
    18 HbListViewItem::icon-2[layoutName="wlanlistitem"]{
       
    19 	fixed-height: var(hb-param-graphic-size-secondary);
       
    20 	fixed-width: var(hb-param-graphic-size-secondary);
       
    21 }
       
    22 
       
    23 HbListViewItem::icon-3[layoutName="wlanlistitem"]{
       
    24 	fixed-height: var(hb-param-graphic-size-secondary);
       
    25 	fixed-width: var(hb-param-graphic-size-secondary);
       
    26 }