* #26824 Screens created and accessible via fly-in menu
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 3072a1c..a278fab 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- 
+<!--
 Copyright (C) 2004-2012 Savoir-Faire Linux Inc.                     
                                                                     
 Author: Adrien Beraud <adrien.beraud@gmail.com>                     
@@ -28,13 +28,14 @@
 Corresponding Source for a non-source form of such a combination    
 shall include the source code for the parts of OpenSSL used as well 
 as that of the covered work.
- -->
+-->
 <resources>
 
-	<dimen name="padding_small">8dp</dimen>
-	<dimen name="padding_medium">8dp</dimen>
-	<dimen name="padding_large">16dp</dimen>
-	
-	<dimen name="bubble_size">50dp</dimen>
+    <dimen name="padding_small">8dp</dimen>
+    <dimen name="padding_medium">8dp</dimen>
+    <dimen name="padding_large">16dp</dimen>
+    <dimen name="bubble_size">50dp</dimen>
+    <dimen name="activity_horizontal_margin">16dp</dimen>
+    <dimen name="activity_vertical_margin">16dp</dimen>
 
 </resources>
\ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index fefdce7..8429af8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -162,8 +162,10 @@
     <string name="action_call_conference">Conference</string>
     <string name="action_call_hold">Hold</string>
     <string name="action_call_unhold">Unhold</string>
-    
     <string name="action_call_record">Record</string>
     <string name="action_call_stop_record">Stop Recording</string>
+    <string name="title_activity_activity_holder">ActivityHolder</string>
+    <string name="action_settings">Settings</string>
+    <string name="hello_world">Hello world!</string>
 
 </resources>
\ No newline at end of file