Removed the title bar from the OpenRocketLoaderActivity so it looks just like the main screen.

This commit is contained in:
Kevin Ruland 2012-01-26 01:02:58 +00:00
parent 27acc364ec
commit 0560556ba2

View File

@ -28,7 +28,7 @@
</activity> </activity>
<activity <activity
android:name=".android.rocket.OpenRocketLoaderActivity" android:name=".android.rocket.OpenRocketLoaderActivity"
android:label="@string/app_name" > android:theme="@android:style/Theme.Black.NoTitleBar" >
<!-- <!--
I don't understand why I need to have two different intent filters. I don't understand why I need to have two different intent filters.