• 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

packages/apps/Settings


Commit MetaInfo

Revision55c869119aabc27d3b6c6b4aab0e69faf57f1250 (tree)
Zeit2011-06-10 07:33:56
AutorDianne Hackborn <hackbod@goog...>
CommiterDianne Hackborn

Log Message

Mark access to private resources now that aapt enforces this.

Change-Id: Ifea6854d8295294011b5253640198a10e1b5c1e1

Ändern Zusammenfassung

Diff

--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -16,7 +16,7 @@
1616
1717 <resources>
1818
19- <style name="Theme.WifiDialog" parent="@android:style/Theme.Holo.Dialog.Alert">
19+ <style name="Theme.WifiDialog" parent="@*android:style/Theme.Holo.Dialog.Alert">
2020 <item name="android:windowSoftInputMode">adjustResize</item>
2121 </style>
2222 </resources>