Add background image for work challenge
If the challenge shown is for a work profile, add the default image and color to the background of the fragment. Change-Id: I148c6cd3a835a84c7bac78b020839dfdae4a6c36
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
|
||||
<color name="warning">#ff5621</color>
|
||||
<color name="confirm_device_credential_dark_background">#263238</color>
|
||||
<color name="confirm_device_credential_transparent_black">#60000000</color>
|
||||
<color name="fab_ripple">#1fffffff</color><!-- 12% white -->
|
||||
<color name="fab_shape">?android:attr/colorAccent</color>
|
||||
<color name="voice_interaction_highlight">#33b5e5</color>
|
||||
|
@@ -255,6 +255,9 @@
|
||||
|
||||
<item name="android:windowAnimationStyle">@style/ConfirmDeviceCredentialsAnimationStyle</item>
|
||||
</style>
|
||||
<style name="Theme.ConfirmDeviceCredentialsWork" parent="Theme.ConfirmDeviceCredentialsDark">
|
||||
<item name="@*android:regularColor">@*android:color/white</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.FingerprintEnroll" parent="@*android:style/Theme.Material.Settings.NoActionBar">
|
||||
<item name="android:windowAnimationStyle">@style/Animation.SuwWindowAnimation</item>
|
||||
|
Reference in New Issue
Block a user