logsui/logsapp/resources/hblistviewitem.css
changeset 4 e52d42f9500c
parent 0 4a5361db8937
child 21 2f0af9ba7665
equal deleted inserted replaced
2:7119b73b84d6 4:e52d42f9500c
       
     1 HbListViewItem[layoutName="default"]{
       
     2     layout:logs-portrait;
       
     3 }
       
     4 
     1 HbListViewItem[layoutName="logsLandscape"]{
     5 HbListViewItem[layoutName="logsLandscape"]{
     2     layout:logs-landscape;
     6     layout:logs-landscape;
     3 }
     7 }
     4 
     8 
     5 HbListViewItem[layoutName="logsLandscapeDialpad"]{
     9 HbListViewItem[layoutName="logsLandscapeDialpad"]{
     6     layout:logs-landscape;
    10     layout:logs-landscape;
     7 }
    11 }
     8 
    12 
     9 HbListViewItem::text-1[layoutName="logsLandscape"]{
    13 HbListViewItem::text-2[layoutName="default"]{
    10 	fixed-width: 40.0un;
    14     max-width:-1;
    11 	text-height: var(hb-param-text-height-primary);
    15     text-height: var(hb-param-text-height-secondary);
    12 }
    16 }
    13 
    17 
    14 HbListViewItem::text-2[layoutName="logsLandscape"]{
    18 HbListViewItem::text-1[layoutName="logsLandscape"]{	
    15 	
    19     pref-width: expr(var(hb-param-screen-width)/2 - var(hb-param-graphic-size-primary-medium) - var(hb-param-margin-gene-left) - var(hb-param-margin-gene-middle-horizontal));
    16 	fixed-width: 40.0un;
       
    17 	text-height: var(hb-param-text-height-secondary);
       
    18 }
    20 }
    19 
    21 
    20 HbListViewItem::text-1[layoutName="logsLandscapeDialpad"]{
    22 HbListViewItem::text-2[layoutName="logsLandscape"]{	
    21 	fixed-width: 38.0un;
    23     max-width:-1;
    22 	text-height: var(hb-param-text-height-primary);
    24     text-height: var(hb-param-text-height-secondary);
    23 }
    25 }
    24 
    26 
    25 HbListViewItem::text-2[layoutName="logsLandscapeDialpad"]{
    27 HbListViewItem::text-2[layoutName="logsLandscapeDialpad"]{
    26 	fixed-width: 0.0un;
    28     max-width: 0.0un;
    27 	text-height: 0.0un;
    29     text-height: 0.0un;
    28 }
    30 }
    29 
    31 
    30 HbListViewItem::text-1[layoutName="default"]{
       
    31 	fixed-width: 40.0un;
       
    32 	text-height: var(hb-param-text-height-primary);
       
    33 }
       
    34 
       
    35 HbListViewItem::text-2[layoutName="default"]{
       
    36 	fixed-width: 40.0un;
       
    37 	text-height: var(hb-param-text-height-secondary);
       
    38 }