Fixed missing resource on phone
Bug: 8435176 Change-Id: Idf1df53ba80af13922b984e6a6997c8e576de0ee
This commit is contained in:
parent
861c5c8c9e
commit
7b44f1cd91
@ -27,12 +27,6 @@
|
||||
<item name="android:textColor">@color/account_setup_headline_color</item>
|
||||
</style>
|
||||
|
||||
<!-- Info text in any account setup screen -->
|
||||
<style name="accountSetupInfoText">
|
||||
<item name="android:textSize">18sp</item>
|
||||
<item name="android:textColor">@color/account_setup_info_text_color</item>
|
||||
</style>
|
||||
|
||||
<!-- Item labels in any account setup screen -->
|
||||
<style name="accountSetupLabelText">
|
||||
<item name="android:textSize">14sp</item>
|
||||
|
@ -45,5 +45,12 @@
|
||||
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
||||
<item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
|
||||
</style>
|
||||
|
||||
<!-- Info text in any account setup screen -->
|
||||
<style name="accountSetupInfoText">
|
||||
<item name="android:textSize">18sp</item>
|
||||
<item name="android:textColor">@color/account_setup_info_text_color</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user