phoneuis/BubbleManager/Src/BMBubbleOutlookBottomRiCnap.cpp
branchRCL_3
changeset 25 91c2fb4b78df
parent 19 544e34b3255a
child 34 b68fcd923911
equal deleted inserted replaced
19:544e34b3255a 25:91c2fb4b78df
   197             BubbleUtils::LayoutLabel( 
   197             BubbleUtils::LayoutLabel( 
   198                 iTextLine1, 
   198                 iTextLine1, 
   199                 rect, 
   199                 rect, 
   200                 BubbleLayout2::popup_call2_audio_out_call_text_1(5) );
   200                 BubbleLayout2::popup_call2_audio_out_call_text_1(5) );
   201             
   201             
   202             // Text line 2
       
   203             BubbleUtils::LayoutLabel( 
       
   204                 iTextLine2, 
       
   205                 rect, 
       
   206                 BubbleLayout2::popup_call2_audio_out_call_text_2(4) );            
       
   207             
       
   208             // Smaller rect for text if brand image exists
   202             // Smaller rect for text if brand image exists
   209             if ( iBrandImage )
   203             if ( iBrandImage )
   210                 {
   204                 {
       
   205                 // Text line 2
       
   206                 BubbleUtils::LayoutLabel( 
       
   207                     iTextLine2, 
       
   208                     rect, 
       
   209                     BubbleLayout2::popup_call2_audio_out_call_text_2(5) );            
       
   210             
   211                 // Text line 3
   211                 // Text line 3
   212                 BubbleUtils::LayoutLabel( 
   212                     BubbleUtils::LayoutLabel( 
   213                     iTextLine3, 
   213                         iTextLine3, 
   214                     rect, 
   214                         rect, 
   215                     BubbleLayout2::popup_call2_audio_out_call_text_3(5) );
   215                         BubbleLayout2::popup_call2_audio_out_call_text_3(5) );
   216                 
   216                 
   217                 //Brand image
   217                 //Brand image
   218                 BubbleUtils::LayoutCustomElement(
   218                 BubbleUtils::LayoutCustomElement(
   219                     iBrandImage,
   219                     iBrandImage,
   220                     rect,
   220                     rect,
   221                     BubbleLayout2::popup_call2_audio_out_brand_image(1) );
   221                     BubbleLayout2::popup_call2_audio_out_brand_image(1) );
   222                 }
   222                 }
   223             else
   223             else
   224                 {
   224                 {
       
   225                 // Text line 2
       
   226                 BubbleUtils::LayoutLabel( 
       
   227                     iTextLine2, 
       
   228                     rect, 
       
   229                     BubbleLayout2::popup_call2_audio_out_call_text_2(4) );            
       
   230             
   225                 // Text line 3
   231                 // Text line 3
   226                 BubbleUtils::LayoutLabel( 
   232                 BubbleUtils::LayoutLabel( 
   227                     iTextLine3, 
   233                     iTextLine3, 
   228                     rect, 
   234                     rect, 
   229                     BubbleLayout2::popup_call2_audio_out_call_text_3(4) );
   235                     BubbleLayout2::popup_call2_audio_out_call_text_3(4) );