I would like have a title 50% strong and 50% normal. Is this possibile?
            Asked
            
        
        
            Active
            
        
            Viewed 40 times
        
    1 Answers
0
            
            
        You can do same thing 
like here: how to make a specific text on TextView BOLD
String sourceString = "<b>" + First part + "</b> " + second part; 
getActionBar().setTitle(Html.fromHtml(sourceString));
 
    
    
        Fogel Artem
        
- 23
- 6
