Fixed missing resource on phone

Bug: 8435176
Change-Id: Idf1df53ba80af13922b984e6a6997c8e576de0ee
diff --git a/res/values-sw600dp/styles.xml b/res/values-sw600dp/styles.xml
index 08c573f..5233894 100644
--- a/res/values-sw600dp/styles.xml
+++ b/res/values-sw600dp/styles.xml
@@ -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>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 956a86c..4f79c12 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -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>