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

Commit 259fa5ba authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Hide the title of the uninstall alert dialog"

parents a2bae195 eb89202e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -93,6 +93,7 @@

        <activity android:name=".UninstallerActivity"
                android:configChanges="orientation|keyboardHidden|screenSize"
                android:theme="@style/Theme.AlertDialogActivity.NoActionBar"
                android:excludeFromRecents="true"
                android:noHistory="true">
            <intent-filter android:priority="1">
+5 −0
Original line number Diff line number Diff line
@@ -24,4 +24,9 @@
    <style name="Theme.AlertDialogActivity"
            parent="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />

    <style name="Theme.AlertDialogActivity.NoActionBar">
        <item name="android:windowActionBar">false</item>
        <item name="android:windowNoTitle">true</item>
    </style>

</resources>