camerauis/cameraapp/generic/common/src/CamCaptureSetupListItemDrawer.cpp
branchRCL_3
changeset 67 756ad29ed18e
parent 57 2c87b2808fd7
equal deleted inserted replaced
62:f0c0788c4de2 67:756ad29ed18e
   550 // CCamCaptureSetupListItemDrawer::ReadLayout
   550 // CCamCaptureSetupListItemDrawer::ReadLayout
   551 // ---------------------------------------------------------
   551 // ---------------------------------------------------------
   552 //
   552 //
   553 void CCamCaptureSetupListItemDrawer::ReadLayout()  
   553 void CCamCaptureSetupListItemDrawer::ReadLayout()  
   554     {
   554     {
   555     if ( AknLayoutUtils::PenEnabled() ) 
   555     if ( CamUtility::IsNhdDevice() ) 
   556         {
   556         {
   557         iTxtLayout = AknLayoutScalable_Apps::cset_list_set_pane_t1( 0 );
   557         iTxtLayout = AknLayoutScalable_Apps::cset_list_set_pane_t1( 0 );
   558         iBmpLayout = AknLayoutScalable_Apps::cset_list_set_pane_g3( 0 );
   558         iBmpLayout = AknLayoutScalable_Apps::cset_list_set_pane_g3( 0 );
   559         iTxtWithRbLayout = AknLayoutScalable_Apps::cset_list_set_pane_t1( 1 );
   559         iTxtWithRbLayout = AknLayoutScalable_Apps::cset_list_set_pane_t1( 1 );
   560         iBmpWithRbLayout = AknLayoutScalable_Apps::cset_list_set_pane_g3( 1 );
   560         iBmpWithRbLayout = AknLayoutScalable_Apps::cset_list_set_pane_g3( 1 );