diff --git a/res/layout/main.xml b/res/layout/main.xml
index c2335b4..6b6bcc3 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -1,7 +1,28 @@
-
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/com/onirica/carrousel/Configuration.java b/src/com/onirica/carrousel/Configuration.java
index c8303e7..5e91416 100644
--- a/src/com/onirica/carrousel/Configuration.java
+++ b/src/com/onirica/carrousel/Configuration.java
@@ -23,6 +23,7 @@ public class Configuration extends ListActivity {
super.onCreate(savedInstanceState);
intent = new Intent(getBaseContext(), Results.class);
startService(intent);
+ setContentView(R.layout.main);
ServiceConnection conn = new ServiceConnection() {
@Override
public void onServiceConnected(ComponentName className, IBinder service) {