summaryrefslogtreecommitdiff
path: root/res/layout/article_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-09 15:58:11 +0400
committerAndrew Dolgov <[email protected]>2011-09-09 15:58:11 +0400
commitfb7054eb18d45ea641bf1e7177ad4ae41a7d52d2 (patch)
tree5880d9c714e89da84f5ed5d50caee79f48168086 /res/layout/article_fragment.xml
parentc7a583a116057ae06c0e0b9ba2e8536744a3479d (diff)
experimental animation stuff
Diffstat (limited to 'res/layout/article_fragment.xml')
-rw-r--r--res/layout/article_fragment.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
new file mode 100644
index 00000000..cc65deff
--- /dev/null
+++ b/res/layout/article_fragment.xml
@@ -0,0 +1,7 @@
+
+ <LinearLayout android:id="@+id/article_fragment" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android">
+ <ImageView android:paddingRight="2dip" android:layout_height="match_parent" android:background="?feedlistDivider" android:layout_width="wrap_content" android:paddingLeft="2dip"></ImageView>
+ <LinearLayout android:gravity="center" android:layout_height="match_parent" android:id="@+id/linearLayout1" android:layout_width="match_parent">
+ <TextView android:text="--- Article ---" android:id="@+id/textView1" android:layout_height="wrap_content" android:layout_width="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge"></TextView>
+ </LinearLayout>
+ </LinearLayout>