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

Commit a4eb4c3a authored by Joe Onorato's avatar Joe Onorato
Browse files

Make all the activities in the framework use the holo theme.

Change-Id: I18b669923fcd52e3bbb82b63e491d46cdb4bf4be
parent 1a542c7b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1293,7 +1293,7 @@
                 android:killAfterRestore="false"
                 android:icon="@drawable/ic_launcher_android">
        <activity android:name="com.android.internal.app.ChooserActivity"
                android:theme="@style/Theme.Dialog.Alert"
                android:theme="@style/Theme.Holo.Dialog.Alert"
                android:finishOnCloseSystemDialogs="true"
                android:excludeFromRecents="true"
                android:multiprocess="true">
@@ -1303,7 +1303,7 @@
            </intent-filter>
        </activity>
        <activity android:name="com.android.internal.app.HeavyWeightSwitcherActivity"
                android:theme="@style/Theme.Dialog"
                android:theme="@style/Theme.Holo.Dialog"
                android:label="@string/heavy_weight_switcher_title"
                android:finishOnCloseSystemDialogs="true"
                android:excludeFromRecents="true">
@@ -1348,7 +1348,7 @@
            </intent-filter>
        </activity>
        <activity android:name="com.android.internal.app.NetInitiatedActivity"
                android:theme="@style/Theme.Dialog.Alert"
                android:theme="@style/Theme.Holo.Dialog.Alert"
                android:excludeFromRecents="true">
        </activity>