From: kruland2607 Date: Wed, 14 Mar 2012 01:29:43 +0000 (+0000) Subject: Have the star field visible under the actionbar in ICS and Honeycomb devices. X-Git-Tag: upstream/12.03~1^2~15 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=5b8c29021591b312cc51dca99b17e925e1bfcaae;p=debian%2Fopenrocket 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 --- 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