• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Decorate statusbar and DA Launcher for Android.


Commit MetaInfo

Revisione521877923d0e8dc7e727eb5cbfc4db3fa061d06 (tree)
Time2014-04-17 22:09:04
AuthorKana Koda <kodakana@user...>
CommiterKana Koda

Log Message

スタイル修正。

Change Summary

Incremental Difference

Binary files a/bin/Kazaricon.apk and b/bin/Kazaricon.apk differ
Binary files a/bin/resources.ap_ and b/bin/resources.ap_ differ
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -4,14 +4,14 @@
44 Base application theme, dependent on API level. This theme is replaced
55 by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
66 -->
7- <style name="AppBaseTheme" parent="android:Theme">
7+ <style name="AppBaseTheme" parent="android:Theme.Light">
88 <!--
99 Theme customizations available in newer API levels can go in
1010 res/values-vXX/styles.xml, while customizations related to
1111 backward-compatibility can go here.
1212 -->
1313 </style>
14- <style name="AppBaseTheme.Dark" parent="android:Theme"></style>
14+ <style name="AppBaseTheme.Dark" parent="android:Theme.Black"></style>
1515 <style name="AppBaseTheme.Dialog" parent="android:Theme.Dialog"></style>
1616 <style name="AppBaseTheme.Dialog.Dark" parent="android:Theme.Dialog"></style>
1717