Loading core/res/AndroidManifest.xml +6 −6 Original line number Diff line number Diff line Loading @@ -4342,7 +4342,7 @@ </activity> <activity android:name="com.android.internal.app.NetInitiatedActivity" android:theme="@style/Theme.DeviceDefault.Light.Dialog.Alert" android:theme="@style/Theme.Dialog.Confirmation" android:excludeFromRecents="true" android:process=":ui"> </activity> Loading @@ -4363,7 +4363,7 @@ <activity android:name="com.android.internal.app.ConfirmUserCreationActivity" android:excludeFromRecents="true" android:process=":ui" android:theme="@style/Theme.DeviceDefault.Light.Dialog.Alert"> android:theme="@style/Theme.Dialog.Confirmation"> <intent-filter android:priority="1000"> <action android:name="android.os.action.CREATE_USER" /> <category android:name="android.intent.category.DEFAULT" /> Loading @@ -4371,24 +4371,24 @@ </activity> <activity android:name="com.android.internal.app.SuspendedAppActivity" android:theme="@style/Theme.DeviceDefault.Light.Dialog.Alert" android:theme="@style/Theme.Dialog.Confirmation" android:excludeFromRecents="true" android:process=":ui"> </activity> <activity android:name="com.android.internal.app.UnlaunchableAppActivity" android:theme="@style/Theme.DeviceDefault.Light.Dialog.Alert" android:theme="@style/Theme.Dialog.Confirmation" android:excludeFromRecents="true" android:process=":ui"> </activity> <activity android:name="com.android.settings.notification.NotificationAccessConfirmationActivity" android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" android:theme="@style/Theme.Dialog.Confirmation" android:excludeFromRecents="true"> </activity> <activity android:name="com.android.internal.app.HarmfulAppWarningActivity" android:theme="@style/Theme.DeviceDefault.Light.Dialog.Alert" android:theme="@style/Theme.Dialog.Confirmation" android:excludeFromRecents="true" android:process=":ui" android:label="@string/harmful_app_warning_title" Loading core/res/res/layout/harmful_app_warning_dialog.xml +2 −2 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:gravity="center_vertical" android:textColor="@color/primary_text_material_light" android:textColor="?attr/textColorPrimary" android:textSize="@dimen/text_size_subhead_material" android:paddingLeft="@dimen/harmful_app_icon_name_padding"> </TextView> Loading core/res/res/values-television/themes.xml +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ --> <resources> <style name="Theme.Dialog.Alert" parent="Theme.Leanback.Light.Dialog.Alert" /> <style name="Theme.Dialog.Confirmation" parent="Theme.Leanback.Dialog.Confirmation" /> <style name="Theme.Holo.Dialog.Alert" parent="Theme.Leanback.Dialog.Alert" /> <style name="Theme.Holo.Light.Dialog.Alert" parent="Theme.Leanback.Light.Dialog.Alert" /> <style name="Theme.Material.Dialog.Alert" parent="Theme.Leanback.Dialog.Alert" /> Loading core/res/res/values/themes.xml +3 −0 Original line number Diff line number Diff line Loading @@ -880,6 +880,9 @@ please see themes_device_defaults.xml. <item name="windowActivityTransitions">false</item> </style> <!-- @hide Special theme for the default system Activity-based Alert dialogs. --> <style name="Theme.Dialog.Confirmation" parent="Theme.DeviceDefault.Light.Dialog.Alert" /> <!-- Theme for a window that looks like a toast. --> <style name="Theme.Toast" parent="Theme.DeviceDefault.Dialog"> <item name="windowBackground">?attr/toastFrameBackground</item> Loading core/res/res/values/themes_leanback.xml +3 −0 Original line number Diff line number Diff line Loading @@ -130,4 +130,7 @@ <item name="toolbarStyle">@style/Widget.DeviceDefault.Toolbar</item> </style> <!-- @hide Special theme for the default system Activity-based Alert dialogs. --> <style name="Theme.Leanback.Dialog.Confirmation" parent="Theme.DeviceDefault.Dialog.Alert" /> </resources> Loading
core/res/AndroidManifest.xml +6 −6 Original line number Diff line number Diff line Loading @@ -4342,7 +4342,7 @@ </activity> <activity android:name="com.android.internal.app.NetInitiatedActivity" android:theme="@style/Theme.DeviceDefault.Light.Dialog.Alert" android:theme="@style/Theme.Dialog.Confirmation" android:excludeFromRecents="true" android:process=":ui"> </activity> Loading @@ -4363,7 +4363,7 @@ <activity android:name="com.android.internal.app.ConfirmUserCreationActivity" android:excludeFromRecents="true" android:process=":ui" android:theme="@style/Theme.DeviceDefault.Light.Dialog.Alert"> android:theme="@style/Theme.Dialog.Confirmation"> <intent-filter android:priority="1000"> <action android:name="android.os.action.CREATE_USER" /> <category android:name="android.intent.category.DEFAULT" /> Loading @@ -4371,24 +4371,24 @@ </activity> <activity android:name="com.android.internal.app.SuspendedAppActivity" android:theme="@style/Theme.DeviceDefault.Light.Dialog.Alert" android:theme="@style/Theme.Dialog.Confirmation" android:excludeFromRecents="true" android:process=":ui"> </activity> <activity android:name="com.android.internal.app.UnlaunchableAppActivity" android:theme="@style/Theme.DeviceDefault.Light.Dialog.Alert" android:theme="@style/Theme.Dialog.Confirmation" android:excludeFromRecents="true" android:process=":ui"> </activity> <activity android:name="com.android.settings.notification.NotificationAccessConfirmationActivity" android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" android:theme="@style/Theme.Dialog.Confirmation" android:excludeFromRecents="true"> </activity> <activity android:name="com.android.internal.app.HarmfulAppWarningActivity" android:theme="@style/Theme.DeviceDefault.Light.Dialog.Alert" android:theme="@style/Theme.Dialog.Confirmation" android:excludeFromRecents="true" android:process=":ui" android:label="@string/harmful_app_warning_title" Loading
core/res/res/layout/harmful_app_warning_dialog.xml +2 −2 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:gravity="center_vertical" android:textColor="@color/primary_text_material_light" android:textColor="?attr/textColorPrimary" android:textSize="@dimen/text_size_subhead_material" android:paddingLeft="@dimen/harmful_app_icon_name_padding"> </TextView> Loading
core/res/res/values-television/themes.xml +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ --> <resources> <style name="Theme.Dialog.Alert" parent="Theme.Leanback.Light.Dialog.Alert" /> <style name="Theme.Dialog.Confirmation" parent="Theme.Leanback.Dialog.Confirmation" /> <style name="Theme.Holo.Dialog.Alert" parent="Theme.Leanback.Dialog.Alert" /> <style name="Theme.Holo.Light.Dialog.Alert" parent="Theme.Leanback.Light.Dialog.Alert" /> <style name="Theme.Material.Dialog.Alert" parent="Theme.Leanback.Dialog.Alert" /> Loading
core/res/res/values/themes.xml +3 −0 Original line number Diff line number Diff line Loading @@ -880,6 +880,9 @@ please see themes_device_defaults.xml. <item name="windowActivityTransitions">false</item> </style> <!-- @hide Special theme for the default system Activity-based Alert dialogs. --> <style name="Theme.Dialog.Confirmation" parent="Theme.DeviceDefault.Light.Dialog.Alert" /> <!-- Theme for a window that looks like a toast. --> <style name="Theme.Toast" parent="Theme.DeviceDefault.Dialog"> <item name="windowBackground">?attr/toastFrameBackground</item> Loading
core/res/res/values/themes_leanback.xml +3 −0 Original line number Diff line number Diff line Loading @@ -130,4 +130,7 @@ <item name="toolbarStyle">@style/Widget.DeviceDefault.Toolbar</item> </style> <!-- @hide Special theme for the default system Activity-based Alert dialogs. --> <style name="Theme.Leanback.Dialog.Confirmation" parent="Theme.DeviceDefault.Dialog.Alert" /> </resources>