From 5b8c29021591b312cc51dca99b17e925e1bfcaae Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Wed, 14 Mar 2012 01:29:43 +0000 Subject: [PATCH] Have the star field visible under the actionbar in ICS and Honeycomb devices. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@456 180e2498-e6e9-4542-8430-84ac67f01cd8 --- android/AndroidManifest.xml | 8 +++++--- android/res/values/actionbar_colors.xml | 2 +- android/res/values/actionbar_styles.xml | 19 +++++++++++-------- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index c0d28a01..06114941 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 57488174..8939b91f 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 3de9965b..b09b7169 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 -- 2.47.2