Search code examples
imagetouchextjscentertitlebar

How can I put a image on center of titlebar in Sencha Touch 2?


I need to put a image on center of titlebar in sencha touch 2 , but I can't! I touch js and CSS but it's impossible.... any idea, please? Thanks!


Solution

  • You can try setTitle('<div class="logo"/>') and

    .logo {
        background: url('../images/logo.png')  no-repeat center;
        width:100px; 
        height:40px
    }