am 7b44f1cd
: Fixed missing resource on phone
* commit '7b44f1cd91df2978990aba51d6663dd913f361d3': Fixed missing resource on phone
This commit is contained in:
commit
dd1ac4d783
@ -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