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

Commit 55c86911 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Mark access to private resources now that aapt enforces this.

Change-Id: Ifea6854d8295294011b5253640198a10e1b5c1e1
parent 7825cb29
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>