Add the edit text style for tablets to fix layout issue

Bug: 9556589
Change-Id: If9443b2ce10782aeb266e87fbeafa74e158121cd
diff --git a/res/values-sw600dp/styles.xml b/res/values-sw600dp/styles.xml
index 9f02164..21f9ae3 100644
--- a/res/values-sw600dp/styles.xml
+++ b/res/values-sw600dp/styles.xml
@@ -44,6 +44,13 @@
         <item name="android:textSize">18sp</item>
     </style>
 
+    <style name="wifi_item_edit_content">
+        <item name="android:layout_width">0dip</item>
+        <item name="android:layout_height">wrap_content</item>
+        <item name="android:layout_weight">7</item>
+        <item name="android:textSize">18sp</item>
+    </style>
+
     <style name="wifi_section">
         <item name="android:layout_width">match_parent</item>
         <item name="android:layout_height">wrap_content</item>