From a5d982aa4eba07a44f20969a91e86c96352da79b Mon Sep 17 00:00:00 2001 From: Kevin Ruland Date: Wed, 14 Mar 2012 01:29:43 +0000 Subject: [PATCH] Have the star field visible under the actionbar in ICS and Honeycomb devices. --- 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 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