diff --git a/android/res/values-v11/styles.xml b/android/res/values-v11/styles.xml index 84fd2cc24..3d5f49376 100644 --- a/android/res/values-v11/styles.xml +++ b/android/res/values-v11/styles.xml @@ -1,8 +1,21 @@ - + + + + \ No newline at end of file diff --git a/android/res/values/styles.xml b/android/res/values/styles.xml index a2e78f5d3..91b509eaf 100644 --- a/android/res/values/styles.xml +++ b/android/res/values/styles.xml @@ -12,7 +12,6 @@ diff --git a/android/src/net/sf/openrocket/android/Main.java b/android/src/net/sf/openrocket/android/Main.java index 62d912f99..74503794e 100644 --- a/android/src/net/sf/openrocket/android/Main.java +++ b/android/src/net/sf/openrocket/android/Main.java @@ -25,7 +25,6 @@ public class Main extends SherlockFragmentActivity { @Override public void onCreate(Bundle icicle) { super.onCreate(icicle); - setTitle(""); setContentView(R.layout.main); ((Button) findViewById(R.id.main_open)).setOnClickListener( new View.OnClickListener() { diff --git a/android/src/net/sf/openrocket/android/rocket/OpenRocketLoaderActivity.java b/android/src/net/sf/openrocket/android/rocket/OpenRocketLoaderActivity.java index d3ef50861..35d3701cd 100644 --- a/android/src/net/sf/openrocket/android/rocket/OpenRocketLoaderActivity.java +++ b/android/src/net/sf/openrocket/android/rocket/OpenRocketLoaderActivity.java @@ -30,7 +30,6 @@ implements TCQueryAction.OnTCQueryCompleteListener, OpenRocketLoaderFragment.OnO @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); - setTitle(""); setContentView(R.layout.main); if ( savedInstanceState == null || savedInstanceState.getBoolean("isLoading", false) == false ) { Intent i = getIntent();