diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index c0d28a011..061149414 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -19,7 +19,8 @@
android:label="@string/app_name"
android:theme="@style/AppTheme" >
+ android:name=".android.Main"
+ android:theme="@style/AppTheme.Clean" >
@@ -27,14 +28,15 @@
+ android:name=".android.rocket.OpenRocketLoaderActivity"
+ android:theme="@style/AppTheme.Clean" >
diff --git a/android/res/values/actionbar_colors.xml b/android/res/values/actionbar_colors.xml
index 574881744..8939b91fc 100644
--- a/android/res/values/actionbar_colors.xml
+++ b/android/res/values/actionbar_colors.xml
@@ -3,6 +3,6 @@
#FFFFFF
- #ff000000
+ #00000000
diff --git a/android/res/values/actionbar_styles.xml b/android/res/values/actionbar_styles.xml
index 3de9965be..b09b71692 100644
--- a/android/res/values/actionbar_styles.xml
+++ b/android/res/values/actionbar_styles.xml
@@ -11,11 +11,15 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
- limitations under the License.
- -->
+ limitations under the License.
+-->
+
+
-
+
-
+
-
+
-
+
\ No newline at end of file