Title text and input bar should be white

Bug: 27147209

Change-Id: I428ae98ef60db22d50305df39d8d16e63bd5e14f
This commit is contained in:
Mahaver Chopra
2016-03-16 17:21:45 +00:00
parent 0af50ae581
commit c63ef946d4

View File

@@ -286,6 +286,7 @@
</style> </style>
<style name="Theme.ConfirmDeviceCredentialsWork" parent="Theme.ConfirmDeviceCredentialsDark"> <style name="Theme.ConfirmDeviceCredentialsWork" parent="Theme.ConfirmDeviceCredentialsDark">
<item name="@*android:regularColor">@*android:color/white</item> <item name="@*android:regularColor">@*android:color/white</item>
<item name="android:colorAccent">@*android:color/white</item>
</style> </style>
<style name="Theme.FingerprintEnroll" parent="@*android:style/Theme.Material.Settings.NoActionBar"> <style name="Theme.FingerprintEnroll" parent="@*android:style/Theme.Material.Settings.NoActionBar">