Monday, January 16, 2012

Removing the title bar from your Android Activity



            android:name=".IndianExpressActivity"
            android:label="@string/app_name"
            android:theme="@android:style/Theme.NoTitleBar" > 

No comments:

Post a Comment