Gabin Posted January 20, 2011 Share Posted January 20, 2011 Bonsoir, Je suis en train d'apprendre à développer sur Android et je n'arrive pas à trouver la fonction qui me permettrait de cacher la barre de titre de l'application (barre bleue avec texte blanc). Je vous remercie d'avance, Androidement. Gabin Quote Link to comment Share on other sites More sharing options...
Naskel Posted January 21, 2011 Share Posted January 21, 2011 (edited) Bonjour, Cela est assez simple à faire. Dans le manifest.xml, sur l'activity, ajoute le tag android:theme="@android:style/Theme.NoTitleBar" comme sur l'exemple. <activity android:name=".Main" android:theme="@android:style/Theme.NoTitleBar"/> Cordialement Edited January 21, 2011 by Naskel Quote Link to comment Share on other sites More sharing options...
Gabin Posted January 21, 2011 Author Share Posted January 21, 2011 Super Naskel, c'est exactement ce que je cherchais =) Merci ;) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.