diff --git a/res/layout-xlarge/article_fragment.xml b/res/layout-xlarge/article_fragment.xml
deleted file mode 100644
index 94e0a42e..00000000
--- a/res/layout-xlarge/article_fragment.xml
+++ /dev/null
@@ -1,103 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
index ff7380c8..94e0a42e 100644
--- a/res/layout/article_fragment.xml
+++ b/res/layout/article_fragment.xml
@@ -3,109 +3,101 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="horizontal" >
-
-
+ android:layout_weight="1"
+ android:orientation="vertical"
+ android:padding="5sp" >
+ android:paddingBottom="5sp" >
-
+ android:layout_weight="1"
+ android:text="There are many variations of passages of Lorem Ipsum available"
+ android:textSize="16sp" />
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ android:layout_weight="0.7"
+ android:ellipsize="end"
+ android:singleLine="true"
+ android:text="{TAGS}"
+ android:textSize="13sp" />
-
+ android:layout_weight="0.2"
+ android:gravity="right"
+ android:text="{DATE}"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:textSize="13sp" />
-
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file