Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85118099 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 8d7ecabc: am 60d8b3f8: am 55c86911: Mark access to private resources now...

am 8d7ecabc: am 60d8b3f8: am 55c86911: Mark access to private resources now that aapt enforces this.

* commit '8d7ecabc':
  Mark access to private resources now that aapt enforces this.
parents 3dbba084 8d7ecabc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

<resources>

    <style name="Theme.WifiDialog" parent="@android:style/Theme.Holo.Dialog.Alert">
    <style name="Theme.WifiDialog" parent="@*android:style/Theme.Holo.Dialog.Alert">
        <item name="android:windowSoftInputMode">adjustResize</item>
    </style>
</resources>