* #31093: design improvements
diff --git a/res/values/colors.xml b/res/values/colors.xml
index cc74d60..49ca09f 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -5,6 +5,8 @@
     <!-- SFL colors -->
     <color name="sfl_pantone631_blue">#56B0C9</color>
     <color name="sfl_dark_blue">#00252b</color>
+    <color name="sfl_light_blue">#006f82</color>
+    
     
     <color name="lighter_gray">#ddd</color>
     <color name="darker_gray">#aaa</color>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3e3b8e5..8cfadce 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -83,6 +83,7 @@
 
     <!-- ContactList Fragment -->
     <string name="no_contact_found">No contact found</string>
+    <string name="starred_contacts_title">Favorites</string>
 
     <!-- Help -->
     <string name="menu_item_help_gestures">Gestures</string>
diff --git a/res/values/strings_content_description.xml b/res/values/strings_content_description.xml
new file mode 100644
index 0000000..dc67274
--- /dev/null
+++ b/res/values/strings_content_description.xml
@@ -0,0 +1,10 @@
+<resources>
+
+    <!-- Strings for xml content description of images -->
+    <string name="contact_quick_call_description">Quick Call</string>
+    <string name="contact_quick_msg_description">Quick Message</string>
+    <string name="contact_picture_description">Contact Picture</string>
+    <string name="dial_numeric_pad">Numeric dialpad</string>
+    <string name="dial_alphabetic_pad">Alphabetic dialpad</string>
+
+</resources>
\ No newline at end of file
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 55345e2..31c1ec5 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -35,11 +35,10 @@
 	<style name="AppTheme" parent="android:Theme.Light" />
 
 	<style name="CallElementList">
-		<item name="android:divider">#00000000</item>
 		<item name="android:dividerHeight">5dp</item>
 	</style>
 	
-	<style name="LoginFormContainer">
+	<style name="AccountFormContainer">
         <item name="android:layout_width">match_parent</item>
         <item name="android:layout_height">wrap_content</item>
         <item name="android:padding">16dp</item>