From 2f428e843eeae1040fd3b71fc5e83ebc3ae8005e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 23 May 2013 15:15:23 +0400 Subject: update articlefragment style --- res/layout-sw600dp/article_fragment.xml | 103 ---------------------- res/layout/article_fragment.xml | 147 ++++++++++++++++---------------- res/values/strings.xml | 1 + 3 files changed, 73 insertions(+), 178 deletions(-) delete mode 100644 res/layout-sw600dp/article_fragment.xml (limited to 'res') diff --git a/res/layout-sw600dp/article_fragment.xml b/res/layout-sw600dp/article_fragment.xml deleted file mode 100644 index 3b48bed1..00000000 --- a/res/layout-sw600dp/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 3ef1926a..73698d3f 100644 --- a/res/layout/article_fragment.xml +++ b/res/layout/article_fragment.xml @@ -1,4 +1,4 @@ - + android:layout_weight="1"> + + - + android:layout_weight="1" + android:paddingBottom="4dp" + android:text="My simple headline" + android:textColor="?linkColor" + android:textSize="18sp" /> - + - + - + - - + - - - + android:layout_weight="0.5" + android:ellipsize="end" + android:singleLine="true" + android:text="Example Feed" + android:textColor="?headlineSecondaryTextColor" + android:textSize="12sp" /> - - - - + android:layout_weight="0.5" + android:gravity="right" + android:text="Jan 01, 12:00" + android:textAppearance="?android:attr/textAppearanceSmall" + android:textColor="?headlineSecondaryTextColor" + android:textSize="12sp" /> - + + + + - \ No newline at end of file + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 05df6e0c..a886c390 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -197,4 +197,5 @@ Headlines will be marked read when scrolling past them Mark %1$d article(s) as read? Confirm marking articles as read + by %1$s -- cgit v1.2.3-54-g00ecf